Skip to content

Commit

Permalink
Disable some unsupported platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshier committed Aug 4, 2023
1 parent f753793 commit 7e5eac6
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 @@ -185,12 +185,12 @@ jobs:
- destination: "OS=14.5,name=Apple TV"
name: "tvOS 14.5"
testPlan: "tvOS-NoTS"
- destination: "OS=13.4,name=Apple TV"
name: "tvOS 13.4"
testPlan: "tvOS-NoTS"
- destination: "OS=12.4,name=Apple TV"
name: "tvOS 12.4"
testPlan: "tvOS-Old"
# - destination: "OS=13.4,name=Apple TV"
# name: "tvOS 13.4"
# testPlan: "tvOS-NoTS"
# - destination: "OS=12.4,name=Apple TV"
# name: "tvOS 12.4"
# testPlan: "tvOS-Old"
steps:
- uses: actions/checkout@v3
- name: Install Firewalk
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
- name: ${{ matrix.destination }}
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "AlamofireImage.xcworkspace" -scheme "AlamofireImage watchOS" -destination "${{ matrix.destination }}" -testPlan "${{ matrix.testPlan }}" clean test | xcpretty
SPM:
name: Test with SPM
name: Build SPM
runs-on: ${{ matrix.runsOn }}
env:
DEVELOPER_DIR: "/Applications/${{ matrix.xcode }}.app/Contents/Developer"
Expand Down

0 comments on commit 7e5eac6

Please sign in to comment.