Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Oct 19, 2024
1 parent 2c5e9e7 commit 949b220
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,7 @@ jobs:
matrix:
command: [test, ""]
platform: [IOS, MAC_CATALYST, MACOS, TVOS, VISIONOS, WATCHOS]
xcode: [15.2, 15.4, "16.0"]
exclude:
- { xcode: 15.2, command: test }
- { xcode: 15.4, command: "" }
- { xcode: 15.2, platform: MAC_CATALYST }
- { xcode: 15.2, platform: TVOS }
- { xcode: 15.2, platform: VISIONOS }
- { xcode: 15.2, platform: WATCHOS }
- { xcode: "16.0", command: "" }
- { xcode: "16.0", platform: MAC_CATALYST }
- { xcode: "16.0", platform: TVOS }
- { xcode: "16.0", platform: VISIONOS }
- { xcode: "16.0", platform: WATCHOS }
include:
- { xcode: 15.2, skip_release: 1 }
xcode: [15.4, "16.0"]
steps:
- uses: actions/checkout@v4
- name: Select Xcode ${{ matrix.xcode }}
Expand Down

0 comments on commit 949b220

Please sign in to comment.