Skip to content

Commit 00b0089

Browse files
committed
Switch to ubuntu-20.04 runners
1 parent 099f911 commit 00b0089

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
- os: windows-latest
3232
target: aarch64-pc-windows-msvc
3333
code-target: win32-arm64
34-
- os: ubuntu-18.04
34+
- os: ubuntu-20.04
3535
target: x86_64-unknown-linux-gnu
3636
code-target: linux-x64
37-
- os: ubuntu-18.04
37+
- os: ubuntu-20.04
3838
target: aarch64-unknown-linux-gnu
3939
code-target: linux-arm64
40-
- os: ubuntu-18.04
40+
- os: ubuntu-20.04
4141
target: arm-unknown-linux-gnueabihf
4242
code-target: linux-armhf
4343
- os: macos-11

0 commit comments

Comments
 (0)