Skip to content

Commit

Permalink
fix: mac OS CI switch from latest to 12 (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Apr 22, 2024
1 parent 05095dd commit cc4de0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest] # eventually add `windows-latest`
# TODO: Replace with macos-latest when works again.
# https://github.com/actions/setup-python/issues/808
os: [ubuntu-latest, macos-12] # eventually add `windows-latest`
python-version: [3.8, 3.9, "3.10", "3.11"]

env:
Expand Down

0 comments on commit cc4de0b

Please sign in to comment.