Skip to content

Commit abb52af

Browse files
authored
Update mac runner (#745)
* CI: Update intel mac runner macos12 is about to be deprecated
1 parent 67f03d4 commit abb52af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,22 +59,22 @@ jobs:
5959
platform_id: manylinux_x86_64
6060

6161
# macOS on Intel 64-bit
62-
- os: macos-12
62+
- os: macos-13
6363
python: '3.9'
6464
cibw_python: 39
6565
arch: x86_64
6666
platform_id: macosx_x86_64
67-
- os: macos-12
67+
- os: macos-13
6868
python: '3.10'
6969
cibw_python: 310
7070
arch: x86_64
7171
platform_id: macosx_x86_64
72-
- os: macos-12
72+
- os: macos-13
7373
python: '3.11'
7474
cibw_python: 311
7575
arch: x86_64
7676
platform_id: macosx_x86_64
77-
- os: macos-12
77+
- os: macos-13
7878
python: '3.12'
7979
cibw_python: 312
8080
arch: x86_64

.github/workflows/wheels_faster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
platform_id: manylinux_x86_64
2828

2929
# macOS on Intel 64-bit
30-
- os: macos-12
30+
- os: macos-13
3131
python: '3.11'
3232
cibw_python: 311
3333
arch: x86_64

0 commit comments

Comments
 (0)