From 61413cccd737093a678d07e5f7a94d88d93ecc61 Mon Sep 17 00:00:00 2001 From: Ben Baron Date: Tue, 24 Oct 2023 17:29:49 -0500 Subject: [PATCH] ci: Remove Xcode 14 from test matrix (#234) --- .github/workflows/native-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index 8c43c40b..512a4d93 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -12,12 +12,10 @@ jobs: native-unit-tests: strategy: matrix: - xcode: ["14.3.1", "15.0"] + xcode: ["15.0"] platform: [iOS, tvOS] scheme: [mParticle-Apple-SDK, mParticle-Apple-SDK-NoLocation] include: - - xcode: "14.3.1" - os: "16.4" - xcode: "15.0" os: "17.0" - platform: iOS