Skip to content

Commit b4703c4

Browse files
sjrdcAzothAmmo
authored andcommitted
Bump XCode versions
1 parent 2c647d8 commit b4703c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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)