We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8e1b10 + 3cd3f06 commit 7aea6ddCopy full SHA for 7aea6dd
.github/workflows/nightly.yml
@@ -230,7 +230,7 @@ jobs:
230
debug: [true, false]
231
zts: [true, false]
232
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
233
- runs-on: macos-11
+ runs-on: macos-12
234
steps:
235
- name: git checkout
236
uses: actions/checkout@v4
.github/workflows/push.yml
@@ -135,7 +135,7 @@ jobs:
135
if: ${{ !matrix.asan }}
136
uses: ./.github/actions/verify-generated-files
137
MACOS_DEBUG_NTS:
138
139
140
141
0 commit comments