diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae74f2b..a6d3a54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}