Skip to content

Commit

Permalink
For SDL2, build with macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Oct 18, 2024
1 parent a856387 commit 42a8fc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
path: release-x64/FAudio.dll

macos:
name: macOS (CMake)
runs-on: macos-latest
name: macOS (x86_64)
runs-on: macos-13
env:
CXXFLAGS: -I/usr/local/include/SDL2
LDFLAGS: -L/usr/local/lib
Expand All @@ -121,13 +121,13 @@ jobs:
run: brew install ninja sdl2

- name: CMake configure (Debug)
run: cmake -B debug -G Ninja . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0
run: cmake -B debug -G Ninja . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9

- name: Build (Debug)
run: ninja -C debug

- name: CMake configure (Release)
run: cmake -B release -G Ninja . -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0
run: cmake -B release -G Ninja . -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9

- name: Build (Release)
run: ninja -C release
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
path: release-x64/FAudio.dll

macos-SDL3:
name: macOS (CMake) SDL3
name: macOS (Universal) SDL3
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 42a8fc6

Please sign in to comment.