Update CI to run on Ubuntu 22.04 (#1632)

This allows us compile binaryen from source during CI, which was broken
recently.
See https://github.com/WebAssembly/binaryen/issues/8067 and
https://github.com/WebAssembly/binaryen/pull/8071
This commit is contained in:
Sam Clegg
2025-11-26 13:31:33 -08:00
committed by GitHub
parent cd8f5d8000
commit 0e2761544c

View File

@@ -6,7 +6,7 @@ orbs:
executors: executors:
ubuntu: ubuntu:
docker: docker:
- image: buildpack-deps:focal - image: buildpack-deps:jammy
mac_arm64: mac_arm64:
environment: environment:
EMSDK_NOTTY: "1" EMSDK_NOTTY: "1"