Skip to content

Commit 0e27615

Browse files
authored
Update CI to run on Ubuntu 22.04 (#1632)
This allows us compile binaryen from source during CI, which was broken recently. See WebAssembly/binaryen#8067 and WebAssembly/binaryen#8071
1 parent cd8f5d8 commit 0e27615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
executors:
77
ubuntu:
88
docker:
9-
- image: buildpack-deps:focal
9+
- image: buildpack-deps:jammy
1010
mac_arm64:
1111
environment:
1212
EMSDK_NOTTY: "1"

0 commit comments

Comments
 (0)