about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2022-08-20 17:21:54 +0300
committerLaurențiu Nicola <lnicola@dend.ro>2022-08-20 17:21:54 +0300
commit00b0089615a38bb552360d6c9495d3972fdfd97d (patch)
treea60d38582e809a5dde1cd47c74bba67d581ddb7c
parent099f911b4ac0ebf5c375215b030ebf8800630bbb (diff)
downloadrust-00b0089615a38bb552360d6c9495d3972fdfd97d.tar.gz
rust-00b0089615a38bb552360d6c9495d3972fdfd97d.zip
Switch to ubuntu-20.04 runners
-rw-r--r--.github/workflows/release.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 3c36c4fb84a..b2e5db6f689 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -31,13 +31,13 @@ jobs:
           - os: windows-latest
             target: aarch64-pc-windows-msvc
             code-target: win32-arm64
-          - os: ubuntu-18.04
+          - os: ubuntu-20.04
             target: x86_64-unknown-linux-gnu
             code-target: linux-x64
-          - os: ubuntu-18.04
+          - os: ubuntu-20.04
             target: aarch64-unknown-linux-gnu
             code-target: linux-arm64
-          - os: ubuntu-18.04
+          - os: ubuntu-20.04
             target: arm-unknown-linux-gnueabihf
             code-target: linux-armhf
           - os: macos-11