Skip to content

Commit

Permalink
fix(ci): re-enable MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Jan 25, 2025
1 parent 2a1b554 commit ba029b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
path: 'build/libzenkitcapi*'
macos:
name: "MacOS"
runs-on: 'macos-12'
runs-on: 'macos-latest'
steps:
- uses: 'actions/checkout@v3'
with:
submodules: 'recursive'
- uses: 'maxim-lobanov/setup-xcode@v1'
with:
xcode-version: 13
xcode-version: 15
- name: 'Configure'
run: 'cmake -B build -DCMAKE_BUILD_TYPE=Release'
run: 'cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SQUISH_WITH_SSE2=OFF'
- name: 'Build'
run: 'cmake --build build --config Release'
- name: 'Publish Library'
Expand Down

0 comments on commit ba029b0

Please sign in to comment.