Skip to content

Commit b0c9d3a

Browse files
committed
Backport 1b0f612e5e08cfa1581cf22433b36b5f075c0f23
1 parent fc9d406 commit b0c9d3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/submit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ jobs:
13441344

13451345
macos_x64_build:
13461346
name: macOS x64
1347-
runs-on: "macos-13"
1347+
runs-on: "macos-15-intel"
13481348
needs: prerequisites
13491349
if: needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_macos_x64 != 'false'
13501350

@@ -1411,7 +1411,7 @@ jobs:
14111411
run: brew install make gawk
14121412

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

14161416
- name: Configure
14171417
run: >
@@ -1442,7 +1442,7 @@ jobs:
14421442
14431443
macos_x64_test:
14441444
name: macOS x64
1445-
runs-on: "macos-13"
1445+
runs-on: "macos-15-intel"
14461446
needs:
14471447
- prerequisites
14481448
- macos_x64_build
@@ -1531,7 +1531,7 @@ jobs:
15311531
run: brew install make gawk
15321532

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

15361536
- name: Run tests
15371537
run: >

0 commit comments

Comments
 (0)