Skip to content

Commit

Permalink
Merge pull request #2 from sjrdc/sjrdc/fix_macos
Browse files Browse the repository at this point in the history
Sjrdc/fix macos
  • Loading branch information
sjrdc authored Dec 10, 2024
2 parents 31efcaf + 6ba204c commit 474a86b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
include:
- CMAKE_OPTIONS: '-DWITH_WERROR=OFF -DSKIP_PORTABILITY_TEST=ON -DSKIP_PERFORMANCE_COMPARISON=ON'
COMPILER: 'clang++'
XCODE_VERSION: 11
NAME: macos-latest-clang-xcode11
XCODE_VERSION: 15
NAME: macos-latest-clang-xcode15

- CMAKE_OPTIONS: '-DWITH_WERROR=OFF -DSKIP_PORTABILITY_TEST=ON -DSKIP_PERFORMANCE_COMPARISON=ON'
COMPILER: 'clang++'
XCODE_VERSION: 12
NAME: macos-latest-clang-xcode12
XCODE_VERSION: 16
NAME: macos-latest-clang-xcode16
name: ${{ matrix.name }}

steps:
Expand Down

0 comments on commit 474a86b

Please sign in to comment.