Skip to content

Commit

Permalink
ci: use ubuntu 24.04 for linux jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Oct 1, 2024
1 parent fbc9fcb commit 8f0af55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:

toolchain:
- name: Linux Clang
os: ubuntu-22.04
os: ubuntu-24.04
# TODO: find the way to avoid duplication of dependencies command
deps: sudo apt update && sudo apt install libflac-dev libmikmod-dev libmpg123-dev libopusfile-dev libsdl2-dev libvorbis-dev libxmp-dev
cmake_args: -DCMAKE_C_COMPILER=clang

- name: Linux GCC
os: ubuntu-22.04
os: ubuntu-24.04
# TODO: find the way to avoid duplication of dependencies command
deps: sudo apt update && sudo apt install libflac-dev libmikmod-dev libmpg123-dev libopusfile-dev libsdl2-dev libvorbis-dev libxmp-dev

Expand Down

0 comments on commit 8f0af55

Please sign in to comment.