Skip to content

Commit

Permalink
directvt#571 Try to fix appleclang complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Aug 24, 2024
1 parent 9e8c9a7 commit 185a563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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="-O2 -DNDEBUG -Wall -Wextra -Wno-missing-field-initializers -Werror"'
flags: '-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET=12.0 -DCMAKE_CXX_FLAGS_RELEASE="-O2 -DNDEBUG -Wall -Wextra -Wno-missing-field-initializers -Werror"'
- os: windows-latest
platform: windows
cpu: Win32
Expand Down

0 comments on commit 185a563

Please sign in to comment.