diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index e7a66487..c00a0d6e 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -116,18 +116,18 @@ jobs: lib: "libc++", conan-config: "", } - # - { - # name: "Apple Clang 13", - # os: macos-11, - # compiler: - # { - # type: APPLE_CLANG, - # version: "13.0", - # cc: "clang", - # cxx: "clang++", - # }, - # conan-config: "", - # } + - { + name: "Apple Clang 15", + os: macos-latest, + compiler: + { + type: APPLE_CLANG, + version: "15.0", + cc: "clang", + cxx: "clang++", + }, + conan-config: "", + } build_type: ["Release", "Debug"] env: @@ -175,10 +175,10 @@ jobs: run: | sudo apt install -y libc++-${{ matrix.config.compiler.version }}-dev libc++abi-${{ matrix.config.compiler.version }}-dev libunwind-${{ matrix.config.compiler.version }}-dev - name: Select Xcode 13.0 - if: matrix.config.compiler.type == 'APPLE_CLANG' && matrix.config.compiler.version == '13.0' + if: matrix.config.compiler.type == 'APPLE_CLANG' && matrix.config.compiler.version == '15.0' shell: bash run: | - sudo xcode-select -s "/Applications/Xcode_13.0.app" + sudo xcode-select -s /Applications/Xcode_15.0.1.app && /usr/bin/xcodebuild -version - name: Install Ninja shell: bash run: |