From b260ecee487abed496d6b9b5eecff7b3e60abac3 Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Thu, 3 Apr 2025 12:25:28 -0400 Subject: [PATCH 1/2] [Infra] Remove Xcode 15 CI --- .github/workflows/vertexai.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/vertexai.yml b/.github/workflows/vertexai.yml index 78911045002..f22c5ac4586 100644 --- a/.github/workflows/vertexai.yml +++ b/.github/workflows/vertexai.yml @@ -43,11 +43,8 @@ jobs: strategy: matrix: include: - - os: macos-13 - xcode: Xcode_15.2 - target: iOS - os: macos-14 - xcode: Xcode_15.4 + xcode: Xcode_16.2 target: iOS - os: macos-15 xcode: Xcode_16.2 @@ -136,7 +133,7 @@ jobs: matrix: include: - os: macos-14 - xcode: Xcode_15.2 + xcode: Xcode_16.2 swift_version: 5.9 warnings: --allow-warnings - os: macos-15 From e48110fc6b78d13bce727ee4071aadc2cd2114d9 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Thu, 3 Apr 2025 16:20:36 -0400 Subject: [PATCH 2/2] [attempt] Update vertexai.yml --- .github/workflows/vertexai.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vertexai.yml b/.github/workflows/vertexai.yml index f22c5ac4586..de39aecf7fa 100644 --- a/.github/workflows/vertexai.yml +++ b/.github/workflows/vertexai.yml @@ -135,7 +135,7 @@ jobs: - os: macos-14 xcode: Xcode_16.2 swift_version: 5.9 - warnings: --allow-warnings + warnings: - os: macos-15 xcode: Xcode_16.2 swift_version: 5.9