Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev committed Sep 22, 2023
1 parent bb9a3ba commit 8ed55e8
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,36 +27,6 @@ jobs:
args: --strict
env:
DIFF_BASE: ${{ github.base_ref }}
Old:
name: Test Old (iOS, macOS, tvOS, watchOS)
runs-on: macOS-11
env:
DEVELOPER_DIR: "/Applications/Xcode_13.2.app/Contents/Developer"
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
include:
- destination: "OS=13.1,name=iPhone 12 Pro"
name: "iOS"
scheme: "Validator-Package"
sdk: iphonesimulator
- destination: "OS=13.1,name=Apple TV"
name: "tvOS"
scheme: "Validator-Package"
sdk: appletvsimulator
- destination: "OS=7,name=Apple Watch Series 6 (40mm)"
name: "watchOS"
scheme: "Validator-Package"
sdk: watchsimulator
- destination: "platform=macOS"
name: "macOS"
scheme: "Validator-Package"
sdk: macosx
steps:
- uses: actions/checkout@v3
- name: ${{ matrix.name }}
run: xcodebuild test -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean | xcpretty
Latest:
name: Test Latest (iOS, macOS, tvOS, watchOS)
runs-on: macOS-12
Expand Down

0 comments on commit 8ed55e8

Please sign in to comment.