Skip to content

Commit a99534e

Browse files
committed
[ci skip] update workflow
1 parent ad8e6d6 commit a99534e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
build: [x86_64-linux, x86_64-macos, x86_64-windows]
2020
include:
2121
- build: x86_64-linux
22-
os: ubuntu-20.04
22+
os: ubuntu-latest
2323
rust: stable
2424
target: x86_64-unknown-linux-gnu
2525
cross: false
2626
- build: aarch64-linux
27-
os: ubuntu-20.04
27+
os: ubuntu-latest
2828
rust: stable
2929
target: aarch64-unknown-linux-gnu
3030
cross: true

0 commit comments

Comments
 (0)