Change release build linux version to ubuntu-latest (#1034)

This commit is contained in:
Ken Loeffler
2025-04-25 20:04:43 +01:00
committed by GitHub
parent d935115591
commit 4ddbefa88f

View File

@@ -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