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 53e7141 commit 2dfb543Copy full SHA for 2dfb543
.github/workflows/nightly.yml
@@ -109,7 +109,7 @@ jobs:
109
debug: [true, false]
110
zts: [true, false]
111
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
112
- runs-on: macos-10.15
+ runs-on: macos-11
113
steps:
114
- name: git checkout
115
uses: actions/checkout@v2
.github/workflows/push.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Verify generated files are up to date
64
uses: ./.github/actions/verify-generated-files
65
MACOS_DEBUG_NTS:
66
67
68
69
0 commit comments