Skip to content

Commit

Permalink
directvt#571 Try to fix the build for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Aug 25, 2024
1 parent 4eaba34 commit 3fed69d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cpu: universal
arch: any
cxx: c++
flags: '-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0 -DCMAKE_CXX_FLAGS_RELEASE="-static -O2 -DNDEBUG -Wall -Wextra -Wno-missing-field-initializers -Werror"'
flags: '-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0 -DCMAKE_CXX_FLAGS_RELEASE="-O2 -DNDEBUG -Wall -Wextra -Wno-missing-field-initializers -Werror"'
- os: windows-latest
platform: windows
cpu: Win32
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
run: cmake --build ${{ steps.strings.outputs.bin }} --config Release

- name: Test (POSIX)
if: matrix.os != 'windows-latest' && matrix.cpu != 'arm' && matrix.cpu != 'arm64'
if: matrix.os != 'macos-13' && matrix.os != 'windows-latest' && matrix.cpu != 'arm' && matrix.cpu != 'arm64'
run: ${{ steps.strings.outputs.bin }}/vtm -v

- name: Test AV (Windows)
Expand Down

0 comments on commit 3fed69d

Please sign in to comment.