From 24ae447e1f7b36ad3440bceb3a39f6603919b6b9 Mon Sep 17 00:00:00 2001 From: Daniel Baston Date: Wed, 19 Jun 2024 20:04:25 -0400 Subject: [PATCH] CI: Update MacOS runners --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50ca80369..3aaa64d2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -394,17 +394,17 @@ jobs: name: 'macOS clang' strategy: matrix: - xcode: [11.7, 12.4, 13.2.1] - cxxstd: [14] - build_type: ['ASAN'] - runs_on: ['macos-11'] include: - xcode: 13.2.1 + cxxstd: 14 + build_type: ASAN + runs_on: macos-12 + - xcode: 14.3.1 cxxstd: 17 build_type: Debug - runs_on: macos-11 + runs_on: macos-13 # arm64 build - - xcode: 14.3 + - xcode: 15.4 cxxstd: 20 build_type: Release runs_on: macOS-14