File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
jobs :
50
50
build-macos :
51
51
name : build
52
- runs-on : macos-12
52
+ runs-on : macos-11
53
53
54
54
strategy :
55
55
fail-fast : false
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204
204
uses : ./.github/workflows/build-macos.yml
205
205
with :
206
206
platform : macos-x64
207
- xcode-toolset-version : ' 13.3.1 '
207
+ xcode-toolset-version : ' 11.7 '
208
208
if : needs.select.outputs.macos-x64 == 'true'
209
209
210
210
build-macos-aarch64 :
@@ -213,7 +213,7 @@ jobs:
213
213
uses : ./.github/workflows/build-macos.yml
214
214
with :
215
215
platform : macos-aarch64
216
- xcode-toolset-version : ' 13.3.1 '
216
+ xcode-toolset-version : ' 12.4 '
217
217
extra-conf-options : ' --openjdk-target=aarch64-apple-darwin'
218
218
if : needs.select.outputs.macos-aarch64 == 'true'
219
219
@@ -271,7 +271,7 @@ jobs:
271
271
with :
272
272
platform : macos-x64
273
273
bootjdk-platform : macos-x64
274
- runs-on : macos-12
274
+ runs-on : macos-11
275
275
276
276
test-windows-x64 :
277
277
name : windows-x64
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
run : |
128
128
# On macOS we need to install some dependencies for testing
129
129
brew install make
130
- sudo xcode-select --switch /Applications/Xcode_11.3.1 .app/Contents/Developer
130
+ sudo xcode-select --switch /Applications/Xcode_11.7 .app/Contents/Developer
131
131
# This will make GNU make available as 'make' and not only as 'gmake'
132
132
echo '/usr/local/opt/make/libexec/gnubin' >> $GITHUB_PATH
133
133
if : runner.os == 'macOS'
You can’t perform that action at this time.
0 commit comments