Skip to content

Commit

Permalink
Add sdk key (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev authored Nov 6, 2023
1 parent 5156c95 commit 99b21b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,19 @@ jobs:
- destination: "OS=16.1,name=iPhone 14 Pro"
name: "iOS"
scheme: "Atomic"
sdk: iphonesimulator
- destination: "OS=16.1,name=Apple TV"
name: "tvOS"
scheme: "Atomic"
sdk: appletvsimulator
- destination: "OS=9.1,name=Apple Watch Series 8 (45mm)"
name: "watchOS"
scheme: "Atomic"
sdk: watchsimulator
- destination: "platform=macOS"
name: "macOS"
scheme: "Atomic"
sdk: macosx
steps:
- uses: actions/checkout@v3
- name: ${{ matrix.name }}
Expand Down

0 comments on commit 99b21b7

Please sign in to comment.