From 793b162ff5563a6d1defc0d8909ebc2af7dccd10 Mon Sep 17 00:00:00 2001 From: Franz Detro Date: Sat, 31 Jan 2026 12:19:19 +0100 Subject: [PATCH] update macOS runner to macOS14 / XCode 15.4 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ae58fd..e5bc084 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,10 +23,10 @@ jobs: os: windows-2022 build_type: Release - - name: "MacOS 13 (xc14)" - os: macos-13 + - name: "MacOS 14 (xc15)" + os: macos-14 build_type: Release - set_xcode_version_cmd: xcodes select 14.3.1 + set_xcode_version_cmd: xcodes select 15.4 - name: "Ubuntu 22.04 (GCC-11)" os: ubuntu-22.04