From 7486e418ef37bd01200e7a4610057d6a806fc752 Mon Sep 17 00:00:00 2001 From: Diamante Date: Sat, 29 Jun 2024 10:44:27 +0200 Subject: [PATCH] maint: update OS for Linux arm64 We think only x64 should stay on 20.04 for now so it can work on old Ubuntu/Debian installs --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d60b1d4..424ce8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - target: x86_64-unknown-linux-musl os: ubuntu-latest - target: aarch64-unknown-linux-gnu - os: ubuntu-20.04 + os: ubuntu-latest - target: aarch64-unknown-linux-musl os: ubuntu-latest - target: x86_64-pc-windows-msvc