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