From e369355b62b5b88b907b8fb1d404be1dc8ce4a69 Mon Sep 17 00:00:00 2001 From: glx22 Date: Sun, 13 Oct 2024 17:21:51 +0200 Subject: [PATCH] CI --- .github/workflows/ci-build.yml | 4 ++-- .github/workflows/ci-emscripten.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index bc833cbc7c6bf..01b654642672b 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -26,8 +26,8 @@ jobs: matrix: include: - name: Clang - compiler: clang-15 - cxxcompiler: clang++-15 + compiler: clang$(if [ "`lsb_release -rs`" == "22.04" ]; then echo "-15"; fi;) + cxxcompiler: clang++$(if [ "`lsb_release -rs`" == "22.04" ]; then echo "-15"; fi;) libraries: libsdl2-dev - name: GCC - SDL2 compiler: gcc diff --git a/.github/workflows/ci-emscripten.yml b/.github/workflows/ci-emscripten.yml index 6e39fcf087ec3..13cce318c7840 100644 --- a/.github/workflows/ci-emscripten.yml +++ b/.github/workflows/ci-emscripten.yml @@ -10,7 +10,7 @@ jobs: emscripten: name: CI - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest container: # If you change this version, change the number in the cache step too. image: emscripten/emsdk:3.1.57