Skip to content

Commit

Permalink
Remove deprecated macos 11 runner and use only macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Sep 10, 2024
1 parent cc40dc3 commit 48749ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ jobs:
include:
- os: windows-2019
cibw_archs: "AMD64 ARM64"
- os: macos-11
cibw_archs: "x86_64"
- os: macos-14 # The macos-14 runner is arm64, while up until macos-13 the runners are x86_64.
cibw_archs: "arm64"
cibw_archs: "x86_64 arm64"
- os: "ubuntu-20.04"
cibw_archs: "aarch64"
- os: "ubuntu-20.04"
Expand Down

0 comments on commit 48749ba

Please sign in to comment.