From f68245452742ef7ea2d288975bd0ba06c00a550b Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Thu, 7 Nov 2024 17:21:27 -0500 Subject: [PATCH] [Infra] Update functions workflow to use macOS 15 for Xcode 16 jobs --- .github/workflows/functions.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/functions.yml b/.github/workflows/functions.yml index 226583412e0..49d26b29a5c 100644 --- a/.github/workflows/functions.yml +++ b/.github/workflows/functions.yml @@ -30,8 +30,11 @@ jobs: strategy: matrix: target: [ios, tvos, macos, watchos] - os: [macos-14] - xcode: [Xcode_15.2, Xcode_16] + include: + - os: macos-14 + xcode: Xcode_15.2 + - os: macos-15 + xcode: Xcode_16.1 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -116,22 +119,22 @@ jobs: xcode: Xcode_15.4 target: iOS - os: macos-15 - xcode: Xcode_16 + xcode: Xcode_16.1 target: iOS - os: macos-15 - xcode: Xcode_16 + xcode: Xcode_16.1 target: tvOS - os: macos-15 - xcode: Xcode_16 + xcode: Xcode_16.1 target: macOS - os: macos-15 - xcode: Xcode_16 + xcode: Xcode_16.1 target: watchOS - os: macos-15 - xcode: Xcode_16 + xcode: Xcode_16.1 target: catalyst - os: macos-15 - xcode: Xcode_16 + xcode: Xcode_16.1 target: visionOS runs-on: ${{ matrix.os }} steps: