Skip to content

Commit

Permalink
A fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jun 30, 2024
1 parent 6a3133f commit f3aa3d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,12 @@ jobs:
skip_install: 'true'
- name: 'macOS x86_64'
triplet: 'x86_64-apple-darwin'
packages: 'zip'
packages: 'clang lld llvm zip'
macos_sdk: 'Xcode-15.0-15A240d-extracted-SDK-with-libcxx-headers'
configure_options: '-DWERROR=ON'
- name: 'macOS arm64'
triplet: 'arm64-apple-darwin'
packages: 'zip'
packages: 'clang lld llvm zip'
macos_sdk: 'Xcode-15.0-15A240d-extracted-SDK-with-libcxx-headers'
configure_options: '-DWERROR=ON'

Expand Down

0 comments on commit f3aa3d4

Please sign in to comment.