We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6766d commit c68f4f6Copy full SHA for c68f4f6
.github/workflows/nightly.yml
@@ -234,7 +234,7 @@ jobs:
234
debug: [true, false]
235
zts: [true, false]
236
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
237
- runs-on: macos-13
+ runs-on: macos-${{ matrix.branch.version.minor >= 4 && '13' || '12' }}
238
steps:
239
- name: git checkout
240
uses: actions/checkout@v4
0 commit comments