Skip to content

Commit c68f4f6

Browse files
committed
[skip ci] Fix macos nightly version for older branches
1 parent da6766d commit c68f4f6

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
@@ -234,7 +234,7 @@ jobs:
234234
debug: [true, false]
235235
zts: [true, false]
236236
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
237-
runs-on: macos-13
237+
runs-on: macos-${{ matrix.branch.version.minor >= 4 && '13' || '12' }}
238238
steps:
239239
- name: git checkout
240240
uses: actions/checkout@v4

0 commit comments

Comments
 (0)