Skip to content

Commit

Permalink
ci: add macos arm architecture target
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Feb 20, 2024
1 parent 3466ab6 commit 4559138
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@ jobs:
# 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
- 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
Expand Down

0 comments on commit 4559138

Please sign in to comment.