Skip to content

Commit 7b28ee2

Browse files
authored
Switch to macOS-12 on GitHub Actions (#2025)
1 parent fcb0d9d commit 7b28ee2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
macos:
5454
name: macOS
55-
runs-on: macOS-11
55+
runs-on: macOS-12
5656
steps:
5757
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5858
- name: GCP
@@ -109,7 +109,7 @@ jobs:
109109
110110
macos-bazel:
111111
name: Bazel macOS
112-
runs-on: macOS-11
112+
runs-on: macOS-12
113113
steps:
114114
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
115115
- name: GCP
@@ -142,7 +142,7 @@ jobs:
142142
macos-wheel:
143143
name: Wheel ${{ matrix.python }} macOS
144144
needs: macos-bazel
145-
runs-on: macOS-11
145+
runs-on: macOS-12
146146
strategy:
147147
matrix:
148148
python: ['3.9', '3.10', '3.11', '3.12']
@@ -183,7 +183,7 @@ jobs:
183183
macos-test:
184184
name: Test ${{ matrix.python }} macOS
185185
needs: macos-wheel
186-
runs-on: macOS-11
186+
runs-on: macOS-12
187187
strategy:
188188
matrix:
189189
python: ['3.9']
@@ -637,7 +637,7 @@ jobs:
637637
name: Nightly ${{ matrix.python }} macOS
638638
if: github.event_name == 'push'
639639
needs: [build-number, macos-wheel]
640-
runs-on: macOS-11
640+
runs-on: macOS-12
641641
strategy:
642642
matrix:
643643
python: ['3.9', '3.10', '3.11', '3.12']

0 commit comments

Comments
 (0)