Skip to content

Commit

Permalink
ci: macos-latest is changing to macos-14 ARM runners (#989)
Browse files Browse the repository at this point in the history
Committed via https://github.com/asottile/all-repos

GitHub is doing a staged rollout of `macos-latest` pointing at
`macos-14`, which is an ARM based runner and only supports Python 3.10+.
This locks in the Intel runner (until GitHub eventually removes them).

Edit: GitHub has just shipped macos ARM Python 3.8 & 3.9, so when the
staged rollout hits this repo, it might still working. I'll try
explicitly using the new runners to test.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
henryiii and pre-commit-ci[bot] committed May 17, 2024
1 parent cee60fa commit d7d059d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- os: windows-latest
python-version: "3.11"
installs: "numpy>=2.0.0rc1"
- os: macos-latest
- os: macos-14
python-version: "3.8"
installs: "'numpy==1.21.0'"
- os: ubuntu-latest
Expand Down

0 comments on commit d7d059d

Please sign in to comment.