File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments