From f1ceaad7a48c207d48bef3dbfc342b4851978e7e Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Wed, 10 Apr 2024 12:23:52 +0100 Subject: [PATCH] Fix issue with wasm build cache missing --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3d4fef85..196f51e76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,9 @@ jobs: cling: Off cppyy: On coverage: true - - name: ubu22-x86-gcc9-clang-repl-16 + - name: ubu22-x86-gcc12-clang-repl-16 os: ubuntu-22.04 - compiler: gcc-9 + compiler: gcc-12 clang-runtime: '16' cling: Off cppyy: On @@ -487,16 +487,16 @@ jobs: cppyy: On xeus-clang-repl: On coverage: true - - name: ubu22-x86-gcc9-clang-repl-16-cppyy + - name: ubu22-x86-gcc12-clang-repl-16-cppyy os: ubuntu-22.04 - compiler: gcc-9 + compiler: gcc-12 clang-runtime: '16' cling: Off cppyy: On coverage: true - - name: ubu22-x86-gcc9-clang-repl-16-xeus-clang-repl + - name: ubu22-x86-gcc12-clang-repl-16-xeus-clang-repl os: ubuntu-22.04 - compiler: gcc-9 + compiler: gcc-12 clang-runtime: '16' cling: Off cppyy: On