Skip to content

Commit

Permalink
ci: Remove Xcode 14 from test matrix (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 authored Oct 24, 2023
1 parent ad543fb commit 61413cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61413cc

Please sign in to comment.