fix(ci): use ubuntu 22.04 to build wasm due to a regression (undefined _main)

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra
2024-12-17 09:19:21 +00:00
committed by poiana
parent f2a983298e
commit 3bc27afc14

View File

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