From 7012a7362d8ea499d8f7c12d3c41e821894ebe9f Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Mon, 4 May 2026 12:40:39 -0700 Subject: [PATCH] Use Ubuntu-22.04 to build precompiled releases Fixes https://github.com/bytecodealliance/componentize-go/issues/50 --- .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 e94ed16..1d61b9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,12 +21,12 @@ jobs: include: # Linux x86_64 - target: x86_64-unknown-linux-gnu - os: ubuntu-latest + os: ubuntu-22.04 artifact_name: componentize-go asset_name: componentize-go-linux-amd64 # Linux aarch64 - target: aarch64-unknown-linux-gnu - os: ubuntu-latest + os: ubuntu-22.04 artifact_name: componentize-go asset_name: componentize-go-linux-arm64 # macOS x86_64