Skip to content

Commit

Permalink
Merge pull request #39 from EliahKagan/ek/qa
Browse files Browse the repository at this point in the history
Set macos-12 for CI pytest
  • Loading branch information
EliahKagan authored Jan 26, 2023
2 parents a8b8469 + 1193a28 commit 6a6c8fc
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 6a6c8fc

Please sign in to comment.