We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c647d8 commit b4703c4Copy full SHA for b4703c4
.github/workflows/ci-macos.yml
@@ -10,13 +10,13 @@ jobs:
10
include:
11
- CMAKE_OPTIONS: '-DWITH_WERROR=OFF -DSKIP_PORTABILITY_TEST=ON -DSKIP_PERFORMANCE_COMPARISON=ON'
12
COMPILER: 'clang++'
13
- XCODE_VERSION: 11
14
- NAME: macos-latest-clang-xcode11
+ XCODE_VERSION: 15
+ NAME: macos-latest-clang-xcode15
15
16
17
18
- XCODE_VERSION: 12
19
- NAME: macos-latest-clang-xcode12
+ XCODE_VERSION: 16
+ NAME: macos-latest-clang-xcode16
20
name: ${{ matrix.name }}
21
22
steps:
0 commit comments