Skip to content

Commit 28f00a4

Browse files
committed
Update intel mac runners to (GH Hosted) macos-15-intel
1 parent a477d96 commit 28f00a4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-c-libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix: macos
3232
runs-on:
3333
arm: [macOS, ARM64]
34-
intel: [macos-13-intel]
34+
intel: [macos-15-intel]
3535
- name: Ubuntu
3636
matrix: ubuntu
3737
runs-on:

.github/workflows/build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13-intel, macos-13-arm64, windows-latest]
39+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-15-intel, macos-13-arm64, windows-latest]
4040
config: [optimized=1, TSAN=1, ASAN=1]
4141
exclude:
4242
- os: windows-latest

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix: macos
3232
runs-on:
3333
arm: [macos-13-arm64]
34-
intel: [macos-13-intel]
34+
intel: [macos-15-intel]
3535
cibw-archs-macos:
3636
arm: arm64
3737
intel: x86_64

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
matrix: macos
8888
runs-on:
8989
arm: [macos-13-arm64]
90-
intel: [macos-13-intel]
90+
intel: [macos-15-intel]
9191
cibw-archs-macos:
9292
arm: arm64
9393
intel: x86_64

0 commit comments

Comments
 (0)