diff --git a/.github/workflows/rust-compile.yml b/.github/workflows/rust-compile.yml index cab5d4054..e60144ae2 100644 --- a/.github/workflows/rust-compile.yml +++ b/.github/workflows/rust-compile.yml @@ -59,7 +59,7 @@ jobs: fail-fast: false matrix: include: - - { name: "Linux-x86_64", target: x86_64-unknown-linux-musl, os: ubuntu-latest } + - { name: "Linux-x86_64", target: x86_64-unknown-linux-musl, os: ubuntu-22.04 } - { name: "Linux-aarch64", target: aarch64-unknown-linux-musl, os: ubuntu-latest, skip-tests: true } - { name: "Linux-arm", target: arm-unknown-linux-musleabi, os: ubuntu-latest, use-cross: true, skip-tests: true }