Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Jan 14, 2025
1 parent acb66a1 commit ee5acbb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
command: [test, ""]
platform: [IOS, MAC_CATALYST, MACOS, TVOS, VISIONOS, WATCHOS]
platform: [IOS, MACOS]
xcode: ["16.2"]
include:
- {command: test, skip_release: 1}
Expand Down Expand Up @@ -58,12 +58,12 @@ jobs:
command: [test, ""]
platform: [IOS, MAC_CATALYST, MACOS, TVOS, VISIONOS, WATCHOS]
xcode: [15.2, 15.4]
# exclude:
# - {xcode: 15.2, command: test}
# - {xcode: 15.2, platform: MAC_CATALYST}
# - {xcode: 15.2, platform: TVOS}
# - {xcode: 15.2, platform: VISIONOS}
# - {xcode: 15.2, platform: WATCHOS}
exclude:
- {xcode: 15.2, command: test}
- {xcode: 15.2, platform: MAC_CATALYST}
- {xcode: 15.2, platform: TVOS}
- {xcode: 15.2, platform: VISIONOS}
- {xcode: 15.2, platform: WATCHOS}
include:
- {command: test, skip_release: 1}
steps:
Expand Down

0 comments on commit ee5acbb

Please sign in to comment.