Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ jobs:

macos_x64_build:
name: macOS x64
runs-on: "macos-13"
runs-on: "macos-15-intel"
needs: prerequisites
if: needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_macos_x64 != 'false'

Expand Down Expand Up @@ -1417,7 +1417,7 @@ jobs:
run: brew install make gawk

- name: Select Xcode version
run: sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer
run: sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer

# Remove once JDK-8376511 has been completed
- name: Checkout the Apple Openjdk
Expand Down Expand Up @@ -1467,7 +1467,7 @@ jobs:

macos_x64_test:
name: macOS x64
runs-on: "macos-13"
runs-on: "macos-15-intel"
needs:
- prerequisites
- macos_x64_build
Expand Down Expand Up @@ -1556,7 +1556,7 @@ jobs:
run: brew install make gawk

- name: Select Xcode version
run: sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer
run: sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer

- name: Run tests
run: >
Expand Down