From 3bc27afc142d716e84cf3f6138c32c1fc2a6352a Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Tue, 17 Dec 2024 09:19:21 +0000 Subject: [PATCH] fix(ci): use ubuntu 22.04 to build wasm due to a regression (undefined _main) Signed-off-by: Luca Guerra --- .github/workflows/reusable_build_packages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_build_packages.yaml b/.github/workflows/reusable_build_packages.yaml index 0de34a06..917f4124 100644 --- a/.github/workflows/reusable_build_packages.yaml +++ b/.github/workflows/reusable_build_packages.yaml @@ -168,7 +168,7 @@ jobs: build-wasm-package: if: ${{ inputs.arch == 'x86_64' }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: # Always install deps before invoking checkout action, to properly perform a full clone. - name: Install build dependencies