From f71499b0a895ad0a6579c996345b16c706ea2e7b Mon Sep 17 00:00:00 2001 From: Yonokid <37304577+Yonokid@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:36:07 -0400 Subject: [PATCH] Update python-app.yml --- .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 3625e3b..d4a61b7 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - os: [macos-latest, ubuntu-22.04, windows-latest] + os: [ubuntu-22.04, windows-latest] runs-on: ${{ matrix.os }} steps: - name: Check-out repository