From 697bdd21e9606448f04671b80c235f4001e655e4 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Fri, 20 Dec 2024 08:11:14 +0000 Subject: [PATCH] Update emscripten.yml to Ubuntu 24 --- .github/workflows/emscripten.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index ae7e3ab4..0d196a9d 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -21,9 +21,9 @@ jobs: fail-fast: false matrix: include: - - name: ubu22-x86-gcc12-clang-repl-19-emscripten - os: ubuntu-22.04 - compiler: gcc-12 + - name: ubu24-x86-gcc13-clang-repl-19-emscripten + os: ubuntu-24.04 + compiler: gcc-13 clang-runtime: '19' cling: Off cppyy: On