Skip to content

Commit

Permalink
Update mac runner (#745)
Browse files Browse the repository at this point in the history
* CI: Update intel mac runner

macos12 is about to be deprecated
  • Loading branch information
cookpa authored Nov 25, 2024
1 parent 67f03d4 commit abb52af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,22 @@ jobs:
platform_id: manylinux_x86_64

# macOS on Intel 64-bit
- os: macos-12
- os: macos-13
python: '3.9'
cibw_python: 39
arch: x86_64
platform_id: macosx_x86_64
- os: macos-12
- os: macos-13
python: '3.10'
cibw_python: 310
arch: x86_64
platform_id: macosx_x86_64
- os: macos-12
- os: macos-13
python: '3.11'
cibw_python: 311
arch: x86_64
platform_id: macosx_x86_64
- os: macos-12
- os: macos-13
python: '3.12'
cibw_python: 312
arch: x86_64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels_faster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
platform_id: manylinux_x86_64

# macOS on Intel 64-bit
- os: macos-12
- os: macos-13
python: '3.11'
cibw_python: 311
arch: x86_64
Expand Down

0 comments on commit abb52af

Please sign in to comment.