From 4a2114d19f9d4f7f9967bdb8aef717fc3633fbc4 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 16 Aug 2026 15:43:22 +0200 Subject: [PATCH] bump xcode version --- .github/workflows/desktop-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 9d73ba0b1..35e861a03 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -278,8 +278,8 @@ jobs: xcode: "16.4" - os: macOS - target: 14 - runner: macos-15 + target: 14 # EOL Apple 2026-?? + runner: macos-15 # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md ccache_eviction_age: 7d cmake_generator: Ninja @@ -291,7 +291,7 @@ jobs: soc: Apple type: Release use_ccache: 1 - xcode: "15.4" + xcode: "16.4" - os: macOS target: 15