about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@users.noreply.github.com>2025-02-20 07:50:21 +0000
committerGitHub <noreply@github.com>2025-02-20 07:50:21 +0000
commit98fc39f8afa87cbae53a8fe0d781776b6628601f (patch)
tree897f6a6dc28bdd1f4f7d3120ef9836f33f3fcdb0
parent36768cd02e961fdea8893713afc431dc7028108f (diff)
parent52e878c3d116776c3a3a7e56c26a88814c94bda3 (diff)
downloadrust-98fc39f8afa87cbae53a8fe0d781776b6628601f.tar.gz
rust-98fc39f8afa87cbae53a8fe0d781776b6628601f.zip
Merge pull request #19188 from lnicola/ubuntu-latest
internal: Use ubuntu-latest workers for releases
-rw-r--r--src/tools/rust-analyzer/.github/workflows/release.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/release.yaml b/src/tools/rust-analyzer/.github/workflows/release.yaml
index 3f1c8b2a9c1..fe090267dc9 100644
--- a/src/tools/rust-analyzer/.github/workflows/release.yaml
+++ b/src/tools/rust-analyzer/.github/workflows/release.yaml
@@ -34,14 +34,14 @@ jobs:
           - os: windows-latest
             target: aarch64-pc-windows-msvc
             code-target: win32-arm64
-          - os: ubuntu-20.04
+          - os: ubuntu-latest
             target: x86_64-unknown-linux-gnu
             code-target: linux-x64
             container: rockylinux:8
-          - os: ubuntu-20.04
+          - os: ubuntu-latest
             target: aarch64-unknown-linux-gnu
             code-target: linux-arm64
-          - os: ubuntu-20.04
+          - os: ubuntu-latest
             target: arm-unknown-linux-gnueabihf
             code-target: linux-armhf
           - os: macos-13