From e0f94bf393d03602e70181ca9e60e5382b77b90a Mon Sep 17 00:00:00 2001 From: Nimrod Date: Mon, 20 May 2024 11:46:27 +0300 Subject: [PATCH] Copy release.yml over from difftastic --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3eb9f7a0ba..d88aaf1af3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,11 +30,11 @@ jobs: include: # Targets that match the OS of the runner. - target: x86_64-unknown-linux-gnu - os: ubuntu-20.04 + os: ubuntu-22.04 # Targets using cross-compilation (upload-rust-binary-action # detects that they need cross). - target: aarch64-unknown-linux-gnu - os: ubuntu-20.04 + os: ubuntu-22.04 - target: aarch64-apple-darwin os: macos-latest runs-on: ${{ matrix.os }}