Skip to content

Commit

Permalink
Set macos-12 for CI pytest
Browse files Browse the repository at this point in the history
macos-latest is macos-11 but will be macos-12 soon:

actions/runner-images#6384
  • Loading branch information
EliahKagan authored Jan 26, 2023
1 parent a8b8469 commit 1193a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
include:
- os: ubuntu-latest
poetry: ~/.local/bin/poetry
- os: macos-latest
- os: macos-12
poetry: ~/.local/bin/poetry
- os: windows-latest
poetry: $APPDATA/Python/Scripts/poetry
Expand Down

0 comments on commit 1193a28

Please sign in to comment.