Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JunaMeinhold authored Jul 8, 2024
1 parent 9743a7d commit 9d661d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: cmake -S SDL -B SDL/build -DCMAKE_OSX_ARCHITECTURES=arm64

- name: Configure SDL2 with CMake
if: matrix.arch == 'x86_64'
if: matrix.arch != 'arm64' || matrix.os != 'macos-latest'
run: cmake -S SDL -B SDL/build

- name: Build SDL2
Expand Down

0 comments on commit 9d661d7

Please sign in to comment.