From ccb97a97cd6c255cd31e9fa4d19b390019709650 Mon Sep 17 00:00:00 2001 From: Laurent Pugin Date: Thu, 14 Nov 2024 15:34:19 +0100 Subject: [PATCH] Update xcode versions --- .github/workflows/ci_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 329771ecf3..4a27bb75e5 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -101,11 +101,11 @@ jobs: - os: macos-latest compiler: xcode - version: "14.3" + version: "15.3" - os: macos-latest compiler: xcode - version: "15.3" + version: "16.1" - os: macos-latest compiler: g++