From f6bcd454d44698c417102c7aae898a47b06f4dae Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Fri, 10 Jan 2025 09:51:45 -0600 Subject: [PATCH] chore: update to 22:04 explicitly --- .github/workflows/release.yml | 4 ++-- Cross.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea9dc2ce..3f74d1e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,9 +41,9 @@ jobs: ] include: - arch: x86_64-unknown-linux-gnu - platform: ubuntu-latest + platform: ubuntu-24.04 - arch: aarch64-unknown-linux-gnu - platform: ubuntu-latest + platform: ubuntu-24.04 - arch: x86_64-apple-darwin platform: macos-latest - arch: aarch64-apple-darwin diff --git a/Cross.toml b/Cross.toml index 63cb9f29..93b229ef 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,5 +1,5 @@ [target.x86_64-unknown-linux-gnu] -image = "ubuntu:22.04" +image = "ubuntu:24.04" pre-build = [ "export DEBIAN_FRONTEND=noninteractive", "export TZ=Etc/UTC",