Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Oct 1, 2024
1 parent fbc9fcb commit fc88600
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,30 @@ 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

- name: macOS Intel
os: macos-13
deps: brew install flac libmikmod libvorbis libxmp mpg123 opusfile sdl2

- name: macOS ARM
os: macos-14
deps: brew install flac libmikmod libvorbis libxmp mpg123 opusfile sdl2

- name: MSVC 32-bit
os: windows-2022
cmake_args: -A Win32

- name: MSVC 64-bit
os: windows-2022
# - name: macOS Intel
# os: macos-13
# deps: brew install flac libmikmod libvorbis libxmp mpg123 opusfile sdl2
#
# - name: macOS ARM
# os: macos-14
# deps: brew install flac libmikmod libvorbis libxmp mpg123 opusfile sdl2
#
# - name: MSVC 32-bit
# os: windows-2022
# cmake_args: -A Win32
#
# - name: MSVC 64-bit
# os: windows-2022

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fc88600

Please sign in to comment.