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 4a7afd7 commit 02f1e02Copy full SHA for 02f1e02
.github/workflows/main.yml
@@ -109,7 +109,7 @@ jobs:
109
110
macos_build:
111
timeout-minutes: 0
112
- runs-on: macos-latest
+ runs-on: macos-10.15
113
114
steps:
115
- uses: actions/checkout@v1
@@ -146,7 +146,7 @@ jobs:
146
147
macos_smoke_test:
148
name: Run smoke tests on macOS
149
150
needs: macos_build
151
152
- name: Download installable macOS archive
0 commit comments