Skip to content

Commit

Permalink
Update macos github runners
Browse files Browse the repository at this point in the history
macOS 11 support has been dropped.
Updating to macos-13 as latest standard image that is Intel MacOS.
Changing macos-13-xlarge to macos-14 as it is arm [1] and doesn't
require xlarge runner.

[1]
https://github.com/actions/runner-images?tab=readme-ov-file#available-images
  • Loading branch information
achaikou committed Jul 26, 2024
1 parent 8642698 commit cea3efe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
os: [macos-11]
os: [macos-13, macos-14]
include:
- os: ubuntu-20.04

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
arch: aarch64
- os: ubuntu-20.04
arch: i686
- os: macos-11
- os: macos-13
arch: x86_64
- os: macos-13-xlarge
- os: macos-14
arch: arm64

steps:
Expand Down

0 comments on commit cea3efe

Please sign in to comment.