Skip to content

Commit 0b78503

Browse files
committed
Test with macos-15-intel
1 parent d4fdfe7 commit 0b78503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
exclude:
381381
- arch: ${{ !inputs.run_macos_arm64 && 'ARM64' || '*never*' }}
382382
name: "MACOS_${{ matrix.arch }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
383-
runs-on: macos-${{ matrix.arch == 'X64' && '13' || inputs.macos_arm64_version }}
383+
runs-on: macos-${{ matrix.arch == 'X64' && '15-intel' || inputs.macos_arm64_version }}
384384
steps:
385385
- name: git checkout
386386
uses: actions/checkout@v5

0 commit comments

Comments
 (0)