From dc4e7b2b2e6f3d61f0bd1881015a250ebd988606 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Tue, 19 Nov 2024 09:48:02 +1300 Subject: [PATCH] CI: replace deprecated macos-12 with beta macos-15 with C++23 (#1197) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38abb40973..1900ba626d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -450,10 +450,6 @@ jobs: fail-fast: false matrix: include: - - xcode: 13.2.1 - cxxstd: 14 - build_type: ASAN - runs_on: macos-12 - xcode: 14.3.1 cxxstd: 17 build_type: ASAN @@ -462,6 +458,10 @@ jobs: cxxstd: 20 build_type: Release runs_on: macOS-14 + - xcode: 16.0 + cxxstd: 23 + build_type: ASAN + runs_on: macos-15 runs-on: ${{ matrix.runs_on }} steps: