Skip to content

Commit d2b41c8

Browse files
committed
switch bazel from macos-13 to macos-15
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
1 parent 6e02acb commit d2b41c8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/bazel_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
build_and_test_macos:
7474
name: macOS 13 Bazel build <Apple Clang14>
75-
runs-on: macos-13
75+
runs-on: macos-15
7676

7777
steps:
7878
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
8282
with:
8383
path: "/home/runner/.cache/bazel"
84-
key: bazel-macos-13
84+
key: bazel-macos-15
8585

8686
- name: Build
8787
run: |

.github/workflows/python-wheels-publish-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
arch: x64
2828
- os: ubuntu-24.04-arm
2929
arch: arm64
30-
- os: macos-13
30+
- os: macos-15-intel
3131
arch: x64
3232
- os: macos-latest
3333
arch: arm64
@@ -108,10 +108,10 @@ jobs:
108108
name: wheels-ubuntu-24.04-arm-arm64
109109
path: dist
110110

111-
- name: Download macos-13-x64 artifacts
111+
- name: Download macos-15-intel-x64 artifacts
112112
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
113113
with:
114-
name: wheels-macos-13-x64
114+
name: wheels-macos-15-intel-x64
115115
path: dist
116116

117117
- name: Download macos-latest-arm64

.github/workflows/python-wheels-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
arch: x64
2424
- os: ubuntu-24.04-arm
2525
arch: arm64
26-
- os: macos-13
26+
- os: macos-15-intel
2727
arch: x64
2828
- os: macos-latest
2929
arch: arm64
@@ -101,10 +101,10 @@ jobs:
101101
name: wheels-ubuntu-24.04-arm-arm64
102102
path: dist
103103

104-
- name: Download macos-13-x64 artifacts
104+
- name: Download macos-15-intel-x64 artifacts
105105
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
106106
with:
107-
name: wheels-macos-13-x64
107+
name: wheels-macos-15-intel-x64
108108
path: dist
109109

110110
- name: Download macos-latest-arm64

0 commit comments

Comments
 (0)