Skip to content

Commit a24d5b0

Browse files
committed
Update to lowest support macOS.
1 parent d71b61f commit a24d5b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-natives.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
macos:
3838
name: macOS (x64 + arm64)
39-
runs-on: macos-13
39+
runs-on: macos-14
4040
steps:
4141
- name: Setup Dependencies
4242
run: |
@@ -48,7 +48,7 @@ jobs:
4848
curl -s -L -O https://openal-soft.org/openal-releases/openal-soft-${OPENALSOFT_VERSION}.tar.bz2
4949
tar xf openal-soft-${OPENALSOFT_VERSION}.tar.bz2
5050
cd openal-soft-${OPENALSOFT_VERSION}
51-
cmake -B build -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -DALSOFT_EXAMPLES=OFF -DALSOFT_UTILS=OFF -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET=10.11
51+
cmake -B build -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -DALSOFT_EXAMPLES=OFF -DALSOFT_UTILS=OFF -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 -DCMAKE_POLICY_VERSION_MINIMUM=3.5
5252
cmake --build build
5353
lipo -thin x86_64 build/libopenal.${OPENALSOFT_VERSION}.dylib -output ../artifacts/x86_64/soft_oal.dylib
5454
lipo -thin arm64 build/libopenal.${OPENALSOFT_VERSION}.dylib -output ../artifacts/arm64/soft_oal.dylib

0 commit comments

Comments
 (0)