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 099f911 commit 00b0089Copy full SHA for 00b0089
.github/workflows/release.yaml
@@ -31,13 +31,13 @@ jobs:
31
- os: windows-latest
32
target: aarch64-pc-windows-msvc
33
code-target: win32-arm64
34
- - os: ubuntu-18.04
+ - os: ubuntu-20.04
35
target: x86_64-unknown-linux-gnu
36
code-target: linux-x64
37
38
target: aarch64-unknown-linux-gnu
39
code-target: linux-arm64
40
41
target: arm-unknown-linux-gnueabihf
42
code-target: linux-armhf
43
- os: macos-11
0 commit comments