Skip to content

Commit

Permalink
Change macOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnClark committed Apr 9, 2024
1 parent 5980128 commit 088c0e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
# WSTD_DL3Y/*.tar.gz

macos-universal:
runs-on: macos-10.15
runs-on: macos-11
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -142,9 +142,10 @@ jobs:
- name: Build macOS universal plugins
env:
CFLAGS: -arch x86_64 -arch arm64 -DMAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_8 -mmacosx-version-min=10.8 -mtune=generic -msse -msse2
CXXFLAGS: -arch x86_64 -arch arm64 -DMAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_8 -mmacosx-version-min=10.8 -mtune=generic -msse -msse2
CFLAGS: -arch x86_64 -arch arm64 -DMAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_12 -mmacosx-version-min=10.8 -mtune=generic -msse -msse2
CXXFLAGS: -arch x86_64 -arch arm64 -DMAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_12 -mmacosx-version-min=10.8 -mtune=generic -msse -msse2
LDFLAGS: -arch x86_64 -arch arm64 -mmacosx-version-min=10.8
CMAKE_OSX_DEPLOYMENT_TARGET: "10.8"
run: |
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
make -C build NOOPT=true -j $(sysctl -n hw.logicalcpu)
Expand Down

0 comments on commit 088c0e4

Please sign in to comment.