Skip to content

Commit

Permalink
Update sims
Browse files Browse the repository at this point in the history
Update sims
  • Loading branch information
AllDmeat committed Dec 19, 2024
1 parent e3a8868 commit 92d2c83
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
DESTINATION: ["platform=iOS Simulator,name=iPhone 11", "platform=tvOS Simulator,name=Apple TV"]
DESTINATION: ["platform=iOS Simulator,name=iPhone 15", "platform=tvOS Simulator,name=Apple TV"]

steps:
- name: Get source code
Expand All @@ -31,12 +31,6 @@ jobs:

- name: Resolve Dependencies
run: xcodebuild -resolvePackageDependencies

- name: Create Simulators
run: |
xcrun simctl delete all
xcrun simctl create "iPhone 11" com.apple.CoreSimulator.SimDeviceType.iPhone-11
xcrun simctl create "Apple TV" com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-3rd-generation-4K

- name: Build
run: >
Expand Down

0 comments on commit 92d2c83

Please sign in to comment.