Skip to content

Commit 8ed55e8

Browse files
committed
Update ci.yml
1 parent bb9a3ba commit 8ed55e8

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -27,36 +27,6 @@ jobs:
2727
args: --strict
2828
env:
2929
DIFF_BASE: ${{ github.base_ref }}
30-
Old:
31-
name: Test Old (iOS, macOS, tvOS, watchOS)
32-
runs-on: macOS-11
33-
env:
34-
DEVELOPER_DIR: "/Applications/Xcode_13.2.app/Contents/Developer"
35-
timeout-minutes: 10
36-
strategy:
37-
fail-fast: false
38-
matrix:
39-
include:
40-
- destination: "OS=13.1,name=iPhone 12 Pro"
41-
name: "iOS"
42-
scheme: "Validator-Package"
43-
sdk: iphonesimulator
44-
- destination: "OS=13.1,name=Apple TV"
45-
name: "tvOS"
46-
scheme: "Validator-Package"
47-
sdk: appletvsimulator
48-
- destination: "OS=7,name=Apple Watch Series 6 (40mm)"
49-
name: "watchOS"
50-
scheme: "Validator-Package"
51-
sdk: watchsimulator
52-
- destination: "platform=macOS"
53-
name: "macOS"
54-
scheme: "Validator-Package"
55-
sdk: macosx
56-
steps:
57-
- uses: actions/checkout@v3
58-
- name: ${{ matrix.name }}
59-
run: xcodebuild test -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean | xcpretty
6030
Latest:
6131
name: Test Latest (iOS, macOS, tvOS, watchOS)
6232
runs-on: macOS-12

0 commit comments

Comments
 (0)