From 4ddbefa88facbd5e298a13db4517255262cc70d0 Mon Sep 17 00:00:00 2001 From: Ken Loeffler Date: Fri, 25 Apr 2025 20:04:43 +0100 Subject: [PATCH] Change release build linux version to ubuntu-latest (#1034) --- .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 1441c04a..6c299878 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: # https://doc.rust-lang.org/rustc/platform-support.html include: - host: linux - os: ubuntu-20.04 + os: ubuntu-latest target: x86_64-unknown-linux-gnu label: linux-x86_64