Skip to content

Commit 7c14dd3

Browse files
committed
Backport 1b0f612e5e08cfa1581cf22433b36b5f075c0f23
1 parent f82b5ef commit 7c14dd3

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
@@ -1350,7 +1350,7 @@ jobs:
13501350

13511351
macos_x64_build:
13521352
name: macOS x64
1353-
runs-on: "macos-13"
1353+
runs-on: "macos-15-intel"
13541354
needs: prerequisites
13551355
if: needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_macos_x64 != 'false'
13561356

@@ -1417,7 +1417,7 @@ jobs:
14171417
run: brew install make gawk
14181418

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

14221422
- name: Configure
14231423
run: >
@@ -1451,7 +1451,7 @@ jobs:
14511451
14521452
macos_x64_test:
14531453
name: macOS x64
1454-
runs-on: "macos-13"
1454+
runs-on: "macos-15-intel"
14551455
needs:
14561456
- prerequisites
14571457
- macos_x64_build
@@ -1540,7 +1540,7 @@ jobs:
15401540
run: brew install make gawk
15411541

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

15451545
- name: Run tests
15461546
run: >

0 commit comments

Comments
 (0)