pin to ubuntu-22.04
for releases (#12464)
This commit is contained in:
parent
8f5f818c88
commit
e440e54e79
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -61,17 +61,17 @@ jobs:
|
||||||
build: [x86_64-linux, x86_64-macos, x86_64-windows] #, x86_64-win-gnu, win32-msvc
|
build: [x86_64-linux, x86_64-macos, x86_64-windows] #, x86_64-win-gnu, win32-msvc
|
||||||
include:
|
include:
|
||||||
- build: x86_64-linux
|
- build: x86_64-linux
|
||||||
os: ubuntu-latest
|
os: ubuntu-22.04
|
||||||
rust: stable
|
rust: stable
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
cross: false
|
cross: false
|
||||||
- build: aarch64-linux
|
- build: aarch64-linux
|
||||||
os: ubuntu-latest
|
os: ubuntu-22.04
|
||||||
rust: stable
|
rust: stable
|
||||||
target: aarch64-unknown-linux-gnu
|
target: aarch64-unknown-linux-gnu
|
||||||
cross: true
|
cross: true
|
||||||
# - build: riscv64-linux
|
# - build: riscv64-linux
|
||||||
# os: ubuntu-latest
|
# os: ubuntu-22.04
|
||||||
# rust: stable
|
# rust: stable
|
||||||
# target: riscv64gc-unknown-linux-gnu
|
# target: riscv64gc-unknown-linux-gnu
|
||||||
# cross: true
|
# cross: true
|
||||||
|
|
Loading…
Reference in a new issue