Skip to content

Commit

Permalink
restrict to macos 13
Browse files Browse the repository at this point in the history
GHA Runners with `macos-latest` are getting macOS 14 and fail to setup older versions of Python.

Refs: actions/setup-python#825 (comment)
  • Loading branch information
miketheman authored Aug 23, 2024
1 parent 47a8b8a commit b28f423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
os:
- "ubuntu-latest"
- "windows-latest"
- "macos-latest"
- "macos-13"
architecture:
- x64
- x86
Expand Down

0 comments on commit b28f423

Please sign in to comment.