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.
2 parents f25a6c2 + d7afc97 commit 22c1310Copy full SHA for 22c1310
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
include:
17
- - { os: ubuntu-latest, target: linux, platform: linux-x64,}
+ - { os: ubuntu-20.04, target: linux, platform: linux-x64,}
18
- { os: macos-latest, target: darwin, platform: darwin-x64,}
19
- { os: macos-latest, target: darwin, platform: darwin-arm64}
20
- { os: windows-latest, target: windows, platform: win32-x64 }
0 commit comments