Skip to content

Commit ba029b0

Browse files
committed
fix(ci): re-enable MacOS build
1 parent 2a1b554 commit ba029b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ jobs:
3939
path: 'build/libzenkitcapi*'
4040
macos:
4141
name: "MacOS"
42-
runs-on: 'macos-12'
42+
runs-on: 'macos-latest'
4343
steps:
4444
- uses: 'actions/checkout@v3'
4545
with:
4646
submodules: 'recursive'
4747
- uses: 'maxim-lobanov/setup-xcode@v1'
4848
with:
49-
xcode-version: 13
49+
xcode-version: 15
5050
- name: 'Configure'
51-
run: 'cmake -B build -DCMAKE_BUILD_TYPE=Release'
51+
run: 'cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SQUISH_WITH_SSE2=OFF'
5252
- name: 'Build'
5353
run: 'cmake --build build --config Release'
5454
- name: 'Publish Library'

0 commit comments

Comments
 (0)