File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1331,7 +1331,7 @@ jobs:
1331
1331
1332
1332
macos_x64_build :
1333
1333
name : macOS x64
1334
- runs-on : " macos-11 "
1334
+ runs-on : " macos-13 "
1335
1335
needs : prerequisites
1336
1336
if : needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_macos_x64 != 'false'
1337
1337
@@ -1395,10 +1395,10 @@ jobs:
1395
1395
run : chmod -R a+rx ${HOME}/jtreg/
1396
1396
1397
1397
- name : Install dependencies
1398
- run : brew install make
1398
+ run : brew install make gawk
1399
1399
1400
1400
- name : Select Xcode version
1401
- run : sudo xcode-select --switch /Applications/Xcode_11.7 .app/Contents/Developer
1401
+ run : sudo xcode-select --switch /Applications/Xcode_14.3.1 .app/Contents/Developer
1402
1402
1403
1403
- name : Configure
1404
1404
run : >
@@ -1429,7 +1429,7 @@ jobs:
1429
1429
1430
1430
macos_x64_test :
1431
1431
name : macOS x64
1432
- runs-on : " macos-11 "
1432
+ runs-on : " macos-13 "
1433
1433
needs :
1434
1434
- prerequisites
1435
1435
- macos_x64_build
@@ -1512,10 +1512,10 @@ jobs:
1512
1512
tar -xzf "${HOME}/jdk-macos-x64${{ matrix.artifact }}/jdk-${{ env.JDK_VERSION }}-internal+0_osx-x64_bin${{ matrix.artifact }}.tar.gz" -C "${HOME}/jdk-macos-x64${{ matrix.artifact }}/jdk-${{ env.JDK_VERSION }}-internal+0_osx-x64_bin${{ matrix.artifact }}"
1513
1513
1514
1514
- name : Install dependencies
1515
- run : brew install make
1515
+ run : brew install make gawk
1516
1516
1517
1517
- name : Select Xcode version
1518
- run : sudo xcode-select --switch /Applications/Xcode_11.7 .app/Contents/Developer
1518
+ run : sudo xcode-select --switch /Applications/Xcode_14.3.1 .app/Contents/Developer
1519
1519
1520
1520
- name : Run tests
1521
1521
run : >
You can’t perform that action at this time.
0 commit comments