From d383fc73a0a1521d93f9d93e211ac46885151157 Mon Sep 17 00:00:00 2001 From: sjrdc Date: Tue, 10 Dec 2024 11:27:16 +0100 Subject: [PATCH] Bump XCode versions --- .github/workflows/ci-macos.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index f0d3ca1b..b9d1b0f6 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -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: