From d8d33a29504cef99914af97caace81591f496c9b Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 19 Sep 2026 14:34:43 +0200 Subject: [PATCH] update/add eol dates --- .github/workflows/desktop-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 6ca634389..9b3d48d58 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -280,7 +280,7 @@ jobs: xcode: "26.3" - os: macOS - target: 14 # EOL 2026-?? + target: 14 # EOL 2026-09-14 runner: macos-26 # https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md ccache_eviction_age: 7d @@ -296,7 +296,7 @@ jobs: xcode: "26.6" - os: macOS - target: 15 + target: 15 # 2027-?? runner: macos-26 # https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md ccache_eviction_age: 7d