From 52cf27f8fb3ac072823b0d699d6da80a6b5e866b Mon Sep 17 00:00:00 2001 From: Kevin Donahue Date: Thu, 17 Oct 2024 14:03:10 -0400 Subject: [PATCH] attempt to update python version used in workflow --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 752abb7..c09ecf3 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -14,7 +14,7 @@ permissions: jobs: test: - runs-on: ubuntu-latest + runs-on: macos-latest strategy: matrix: @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-verion }}