Skip to content

Commit

Permalink
Use macos-arm64 runners. (#806)
Browse files Browse the repository at this point in the history
* Use macos-arm64 runners.

* GitHub does not provide Python 3.8 on macos-14.

* Trigger CI.
  • Loading branch information
joaander authored Feb 5, 2024
1 parent da6fc8f commit 1d0f9fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
# Other tests
- python: '3.8'
dependencies: 'oldest'
- os: 'macos-latest'
python: '3.8'
- os: 'macos-14'
python: '3.10'
dependencies: 'oldest'
- os: 'macos-latest'
- os: 'macos-14'
python: '3.12'
dependencies: 'newest'
steps:
Expand Down

0 comments on commit 1d0f9fd

Please sign in to comment.