This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949jobs :
5050 build-macos :
5151 name : build
52- runs-on : macos-10.15
52+ runs-on : macos-11
5353
5454 strategy :
5555 fail-fast : false
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204204 uses : ./.github/workflows/build-macos.yml
205205 with :
206206 platform : macos-x64
207- xcode-toolset-version : ' 11.3.1 '
207+ xcode-toolset-version : ' 11.7 '
208208 if : needs.select.outputs.macos-x64 == 'true'
209209
210210 build-macos-aarch64 :
@@ -271,7 +271,7 @@ jobs:
271271 with :
272272 platform : macos-x64
273273 bootjdk-platform : macos-x64
274- runs-on : macos-10.15
274+ runs-on : macos-11
275275
276276 test-windows-x64 :
277277 name : windows-x64
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 run : |
128128 # On macOS we need to install some dependencies for testing
129129 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
131131 # This will make GNU make available as 'make' and not only as 'gmake'
132132 echo '/usr/local/opt/make/libexec/gnubin' >> $GITHUB_PATH
133133 if : runner.os == 'macOS'
You can’t perform that action at this time.
0 commit comments