File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -118,10 +118,7 @@ jobs:
118
118
119
119
mac-intel :
120
120
name : Mac Intel
121
- # The Hyperledger self-hosted intel macs have the label macos-latest
122
- # and run macos 12. We don't want to build llvm on macos 12, because
123
- # then it can't be used on macos 11.
124
- runs-on : macos-11
121
+ runs-on : macos-12
125
122
steps :
126
123
- name : Checkout sources
127
124
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199
199
200
200
mac-intel :
201
201
name : Mac Intel
202
- runs-on : macos-11
202
+ runs-on : macos-12
203
203
steps :
204
204
- name : Checkout sources
205
205
uses : actions/checkout@v3
@@ -223,7 +223,7 @@ jobs:
223
223
224
224
mac-universal :
225
225
name : Mac Universal Binary
226
- runs-on : macos-11
226
+ runs-on : macos-12
227
227
needs : [mac-arm, mac-intel]
228
228
steps :
229
229
- uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments