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 a740e45 commit 04b03f1Copy full SHA for 04b03f1
.github/workflows/publish_vscode.yml
@@ -23,14 +23,14 @@ jobs:
23
- os: windows-latest
24
target: aarch64-pc-windows-msvc
25
code-target: win32-arm64
26
- - os: ubuntu-20.04
+ - os: ubuntu-latest
27
target: x86_64-unknown-linux-gnu
28
code-target: linux-x64
29
30
target: aarch64-unknown-linux-gnu
31
code-target: linux-arm64
32
arch: aarch64
33
34
target: arm-unknown-linux-gnueabihf
35
code-target: linux-armhf
36
arch: armv7
0 commit comments