Skip to content

Commit 04b03f1

Browse files
committed
fix outdated ubuntu version that no longer seems to be available on github actions
1 parent a740e45 commit 04b03f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish_vscode.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
- os: windows-latest
2424
target: aarch64-pc-windows-msvc
2525
code-target: win32-arm64
26-
- os: ubuntu-20.04
26+
- os: ubuntu-latest
2727
target: x86_64-unknown-linux-gnu
2828
code-target: linux-x64
29-
- os: ubuntu-20.04
29+
- os: ubuntu-latest
3030
target: aarch64-unknown-linux-gnu
3131
code-target: linux-arm64
3232
arch: aarch64
33-
- os: ubuntu-20.04
33+
- os: ubuntu-latest
3434
target: arm-unknown-linux-gnueabihf
3535
code-target: linux-armhf
3636
arch: armv7

0 commit comments

Comments
 (0)