From d234ad79353ae86f63c5781a09c64e6a2493d425 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 1 Oct 2024 22:24:38 +0200 Subject: [PATCH] drop xcode 14 and 16 from macos-14 jobs https://github.com/actions/runner-images/issues/10703 --- .github/workflows/macos.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3cf02478ddc2b1..3a23cca9963a83 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -429,7 +429,7 @@ jobs: # Xcode support matrix as of 2024-07, with default macOS SDK versions and OS names, years: # * = default Xcode on the runner. # macos-13: 14.1, 14.2, 14.3.1,*15.0.1, 15.1, 15.2 - # macos-14: 14.3.1, 15.0.1, 15.1, 15.2, 15.3,*15.4, 16.0 + # macos-14: 15.0.1, 15.1, 15.2, 15.3,*15.4 # macos-15: *16.0, 16.1 # macOSSDK: 13.0, 13.1, 13.3, 14.0, 14.2, 14.2, 14.4, 14.5, 15.0, 15.1 # Ventura (2022) Sonoma (2023) Sequoia (2024) @@ -457,6 +457,7 @@ jobs: - { image: macos-13, xcode: '15.3' } - { image: macos-13, xcode: '15.4' } - { image: macos-13, xcode: '16.0' } + - { image: macos-13, xcode: '16.1' } - { image: macos-14, xcode: '13.1' } - { image: macos-14, xcode: '13.2.1' } - { image: macos-14, xcode: '13.3.1' } @@ -464,6 +465,9 @@ jobs: - { image: macos-14, xcode: '14.0.1' } - { image: macos-14, xcode: '14.1' } - { image: macos-14, xcode: '14.2' } + - { image: macos-14, xcode: '14.3.1' } + - { image: macos-14, xcode: '16.0' } + - { image: macos-14, xcode: '16.1' } - { image: macos-15, xcode: '13.1' } - { image: macos-15, xcode: '13.2.1' } - { image: macos-15, xcode: '13.3.1' }