Skip to content

Commit

Permalink
fix: update macos version in test pipline
Browse files Browse the repository at this point in the history
  • Loading branch information
ankeko committed Dec 13, 2024
1 parent 33a9ca3 commit 550baa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.9","3.10","3.11"]
os: [ ubuntu-latest, macos-15]
os: [ ubuntu-latest, macos-14]
runs-on: ${{ matrix.os }}
timeout-minutes: 30
name: 🧪 Run pytests
Expand Down

0 comments on commit 550baa5

Please sign in to comment.