diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2025-02-24 14:11:12 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2025-02-24 14:11:12 +0200 |
| commit | e2a773123f4af391f22e2a109ff3e4a4ae89408b (patch) | |
| tree | 863732a8d9a90794f9270ea2da2d639a5630d50c | |
| parent | 6d9b9c1363e00e02ee72a08ba4ab3dd9d28ad1a1 (diff) | |
| download | rust-e2a773123f4af391f22e2a109ff3e4a4ae89408b.tar.gz rust-e2a773123f4af391f22e2a109ff3e4a4ae89408b.zip | |
Downgrade to ubuntu-22.04 for aarch64-unknown-linux-gnu and arm-unknown-linux-gnueabihf builds
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/release.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/release.yaml b/src/tools/rust-analyzer/.github/workflows/release.yaml index fe090267dc9..5159ffc8fee 100644 --- a/src/tools/rust-analyzer/.github/workflows/release.yaml +++ b/src/tools/rust-analyzer/.github/workflows/release.yaml @@ -38,10 +38,10 @@ jobs: target: x86_64-unknown-linux-gnu code-target: linux-x64 container: rockylinux:8 - - os: ubuntu-latest + - os: ubuntu-22.04 target: aarch64-unknown-linux-gnu code-target: linux-arm64 - - os: ubuntu-latest + - os: ubuntu-22.04 target: arm-unknown-linux-gnueabihf code-target: linux-armhf - os: macos-13 |
