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 2f9184d commit 5c004b4Copy full SHA for 5c004b4
.github/workflows/main.yml
@@ -106,7 +106,7 @@ jobs:
106
107
macos_build:
108
timeout-minutes: 0
109
- runs-on: macos-latest
+ runs-on: macos-10.15
110
111
steps:
112
- uses: actions/checkout@v1
@@ -145,7 +145,7 @@ jobs:
145
146
macos_smoke_test:
147
name: Run smoke tests on macOS
148
149
needs: macos_build
150
151
- name: Download installable macOS archive
0 commit comments