Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 committed Oct 13, 2024
1 parent 79c8eac commit e369355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e369355

Please sign in to comment.