| commit | c3b9d89afe2d26e042c12ccc9a650a13dbe57394 | [log] [tgz] |
|---|---|---|
| author | Sam Clegg <sbc@chromium.org> | Wed Nov 26 11:12:44 2025 -0800 |
| committer | Sam Clegg <sbc@chromium.org> | Wed Nov 26 12:49:04 2025 -0800 |
| tree | 8b6b65ff718ee42c70f5a7eea9e57493f0523e0d | |
| parent | cd8f5d8000912490a0e20ddb9d7cececa1d553aa [diff] |
Update minimum Ubuntu version from 20.04 to 22.04 Fixes: https://github.com/WebAssembly/binaryen/issues/8067 See: https://github.com/WebAssembly/binaryen/pull/8071
diff --git a/.circleci/config.yml b/.circleci/config.yml index 09eeb13..b8e637d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml
@@ -6,7 +6,7 @@ executors: ubuntu: docker: - - image: buildpack-deps:focal + - image: buildpack-deps:jammy mac_arm64: environment: EMSDK_NOTTY: "1"