From e440e54e7910673d5c5de4773da9796a6dbe2c87 Mon Sep 17 00:00:00 2001 From: Kirawi <67773714+kirawi@users.noreply.github.com> Date: Sat, 11 Jan 2025 11:52:13 -0500 Subject: [PATCH] pin to `ubuntu-22.04` for releases (#12464) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b483e3af..d1c9bc03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,17 +61,17 @@ jobs: build: [x86_64-linux, x86_64-macos, x86_64-windows] #, x86_64-win-gnu, win32-msvc include: - build: x86_64-linux - os: ubuntu-latest + os: ubuntu-22.04 rust: stable target: x86_64-unknown-linux-gnu cross: false - build: aarch64-linux - os: ubuntu-latest + os: ubuntu-22.04 rust: stable target: aarch64-unknown-linux-gnu cross: true # - build: riscv64-linux - # os: ubuntu-latest + # os: ubuntu-22.04 # rust: stable # target: riscv64gc-unknown-linux-gnu # cross: true