Skip to content

Commit 765bd89

Browse files
committedJul 22, 2024
8318039: GHA: Bump macOS and Xcode versions
Reviewed-by: sgehwolf, andrew Backport-of: 605c9767291ddf1c409c3e805ffb3182899d06c2
1 parent f231e27 commit 765bd89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.github/workflows/submit.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ jobs:
13311331

13321332
macos_x64_build:
13331333
name: macOS x64
1334-
runs-on: "macos-11"
1334+
runs-on: "macos-13"
13351335
needs: prerequisites
13361336
if: needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_macos_x64 != 'false'
13371337

@@ -1395,10 +1395,10 @@ jobs:
13951395
run: chmod -R a+rx ${HOME}/jtreg/
13961396

13971397
- name: Install dependencies
1398-
run: brew install make
1398+
run: brew install make gawk
13991399

14001400
- 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
14021402

14031403
- name: Configure
14041404
run: >
@@ -1429,7 +1429,7 @@ jobs:
14291429
14301430
macos_x64_test:
14311431
name: macOS x64
1432-
runs-on: "macos-11"
1432+
runs-on: "macos-13"
14331433
needs:
14341434
- prerequisites
14351435
- macos_x64_build
@@ -1512,10 +1512,10 @@ jobs:
15121512
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 }}"
15131513
15141514
- name: Install dependencies
1515-
run: brew install make
1515+
run: brew install make gawk
15161516

15171517
- 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
15191519

15201520
- name: Run tests
15211521
run: >

0 commit comments

Comments
 (0)
Please sign in to comment.