File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 52
52
53
53
macos :
54
54
name : macOS
55
- runs-on : macOS-11
55
+ runs-on : macOS-12
56
56
steps :
57
57
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
58
58
- name : GCP
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
macos-bazel :
111
111
name : Bazel macOS
112
- runs-on : macOS-11
112
+ runs-on : macOS-12
113
113
steps :
114
114
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
115
115
- name : GCP
@@ -142,7 +142,7 @@ jobs:
142
142
macos-wheel :
143
143
name : Wheel ${{ matrix.python }} macOS
144
144
needs : macos-bazel
145
- runs-on : macOS-11
145
+ runs-on : macOS-12
146
146
strategy :
147
147
matrix :
148
148
python : ['3.9', '3.10', '3.11', '3.12']
@@ -183,7 +183,7 @@ jobs:
183
183
macos-test :
184
184
name : Test ${{ matrix.python }} macOS
185
185
needs : macos-wheel
186
- runs-on : macOS-11
186
+ runs-on : macOS-12
187
187
strategy :
188
188
matrix :
189
189
python : ['3.9']
@@ -637,7 +637,7 @@ jobs:
637
637
name : Nightly ${{ matrix.python }} macOS
638
638
if : github.event_name == 'push'
639
639
needs : [build-number, macos-wheel]
640
- runs-on : macOS-11
640
+ runs-on : macOS-12
641
641
strategy :
642
642
matrix :
643
643
python : ['3.9', '3.10', '3.11', '3.12']
You can’t perform that action at this time.
0 commit comments