Skip to content

Commit

Permalink
attempt to update python version used in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nonnontrivial committed Oct 17, 2024
1 parent 1c2acc6 commit 52cf27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
test:
runs-on: ubuntu-latest
runs-on: macos-latest

strategy:
matrix:
Expand All @@ -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 }}

Expand Down

0 comments on commit 52cf27f

Please sign in to comment.