about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2025-02-24 14:11:12 +0200
committerLaurențiu Nicola <lnicola@dend.ro>2025-02-24 14:11:12 +0200
commite2a773123f4af391f22e2a109ff3e4a4ae89408b (patch)
tree863732a8d9a90794f9270ea2da2d639a5630d50c
parent6d9b9c1363e00e02ee72a08ba4ab3dd9d28ad1a1 (diff)
downloadrust-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.yaml4
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