Skip to content

Commit e1222ae

Browse files
authored
Change macos runner to macos-15-intel (#1132)
Signed-off-by: Hugo KULESZA <[email protected]>
1 parent df6e545 commit e1222ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/dev-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
config:
108108
- {
109109
name: darwin,
110-
os: macos-13,
110+
os: macos-15-intel,
111111
macosx_deployment_target: "10.16", # to ensure pip finds wheel when Big Sur is configured to return 10.16 as version instead of 11.0
112112
bdist_wheel_args: "--plat-name macosx-11.0-x86_64", # needed to avoid the wheel to be named -universal2
113113
}

.github/workflows/full-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
config:
218218
- {
219219
name: darwin,
220-
os: macos-13,
220+
os: macos-15-intel,
221221
macosx_deployment_target: "10.16", # to ensure pip finds wheel when Big Sur is configured to return 10.16 as version instead of 11.0
222222
bdist_wheel_args: "--plat-name macosx-11.0-x86_64", # needed to avoid the wheel to be named -universal2
223223
}
@@ -318,7 +318,7 @@ jobs:
318318
config:
319319
- {
320320
name: darwin,
321-
os: macos-13,
321+
os: macos-15-intel,
322322
macosx_deployment_target: "10.16", # to ensure pip finds wheel when Big Sur is configured to return 10.16 as version instead of 11.0
323323
bdist_wheel_args: "--plat-name macosx-11.0-x86_64", # needed to avoid the wheel to be named -universal2
324324
}

.github/workflows/snapshot-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
config:
2424
- { name: ubuntu, os: ubuntu-22.04 }
25-
- { name: darwin, os: macos-13, macosx_deployment_target: "10.16", bdist_wheel_args: "--plat-name macosx-11.0-x86_64" }
25+
- { name: darwin, os: macos-15-intel, macosx_deployment_target: "10.16", bdist_wheel_args: "--plat-name macosx-11.0-x86_64" }
2626
#- { name: darwin-arm64, os: macos-15, macosx_deployment_target: "11", bdist_wheel_args: "--plat-name macosx-11.0-arm64" }
2727
- { name: windows, os: windows-2022 }
2828
python:
@@ -374,7 +374,7 @@ jobs:
374374
matrix:
375375
config:
376376
- { name: ubuntu, os: ubuntu-22.04 }
377-
- { name: darwin, os: macos-13, macosx_deployment_target: "10.16", bdist_wheel_args: "--plat-name macosx-11.0-x86_64" }
377+
- { name: darwin, os: macos-15-intel, macosx_deployment_target: "10.16", bdist_wheel_args: "--plat-name macosx-11.0-x86_64" }
378378
#- { name: darwin-arm64, os: macos-15, macosx_deployment_target: "11", bdist_wheel_args: "--plat-name macosx-11.0-arm64" }
379379
- { name: windows, os: windows-2022 }
380380
python:

0 commit comments

Comments
 (0)