From 226eb38b4f4eaa388ac46df53abb52d922346508 Mon Sep 17 00:00:00 2001 From: Dennis Scheiba Date: Sat, 17 Aug 2024 10:16:59 +0200 Subject: [PATCH] bump to macos 14 in ci --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3f7810ec6..966f66158 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,9 +41,9 @@ jobs: cache-path: '~/.ccache' - name: macOS - os: macos-11 + os: macos-14 cmake-flags: '-G Xcode -D CMAKE_OSX_ARCHITECTURES="x86_64;arm64"' - xcode-version: '12.4' + xcode-version: '15.3' deployment-target: '10.10' - name: Windows-32bit