Skip to content

Commit

Permalink
fix(devops): do not use macos-latest until there's a setup-python fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Apr 24, 2024
1 parent 87672ac commit 6dba9b8
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"]

steps:
Expand Down

0 comments on commit 6dba9b8

Please sign in to comment.