From b6040ff550ec1b76d979bc31a97d76c64e8655e7 Mon Sep 17 00:00:00 2001 From: Yonokid <37304577+Yonokid@users.noreply.github.com> Date: Mon, 30 Jun 2025 13:07:52 -0400 Subject: [PATCH] add runner for ubuntu 22.04 --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index f53d908..27cf70a 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest, windows-latest, ubuntu-22.04] runs-on: ${{ matrix.os }} steps: - name: Check-out repository