Skip to content

Commit 474a86b

Browse files
authored
Merge pull request #2 from sjrdc/sjrdc/fix_macos
Sjrdc/fix macos
2 parents 31efcaf + 6ba204c commit 474a86b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
include:
1111
- CMAKE_OPTIONS: '-DWITH_WERROR=OFF -DSKIP_PORTABILITY_TEST=ON -DSKIP_PERFORMANCE_COMPARISON=ON'
1212
COMPILER: 'clang++'
13-
XCODE_VERSION: 11
14-
NAME: macos-latest-clang-xcode11
13+
XCODE_VERSION: 15
14+
NAME: macos-latest-clang-xcode15
1515

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

2222
steps:

0 commit comments

Comments
 (0)