From d5d3f89ce15ab4a751e754b77062db368b44c289 Mon Sep 17 00:00:00 2001 From: Jukka Jokiniva Date: Fri, 13 Feb 2026 14:47:20 +0200 Subject: [PATCH] Remove macOS 13 from CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibfc4aabf124bcaf681787c724e822411c3adee37 Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/macos.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 4e0789ef..f428ba00 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -25,12 +25,6 @@ Configurations: # On x86_64 - - - Id: 'macos-13-x86_64-tests' - Template: 'qtci-macos-13-x86_64-103' - Compiler: 'Clang' - Features: ['Sccache', 'TestOnly', 'Packaging'] - Platform dependency: 'macos-universal-on-arm64' - Id: 'macos-14-x86_64-tests' Template: 'qtci-macos-14-x86_64-105' @@ -53,12 +47,6 @@ Configurations: # And arm64 - - - Id: 'macos-13-arm64-tests' - Template: 'qtci-macos-13-arm-107' - Compiler: 'Clang' - Features: ['Sccache', 'TestOnly', 'Packaging'] - Platform dependency: 'macos-universal-on-arm64' - Id: 'macos-14-arm64-tests' Template: 'qtci-macos-14-arm-106' @@ -132,12 +120,6 @@ Configurations: ] # Test on all supported macOS versions (deployment targets) - - - Id: 'macos-13-arm64-developer-build-tests' - Template: 'qtci-macos-13-arm-107' - Compiler: 'Clang' - Features: ['TestOnly'] - Platform dependency: 'macos-arm64-developer-build' - Id: 'macos-14-arm64-developer-build-tests' Template: 'qtci-macos-14-arm-106'