Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhieddine-El-Kaissi committed Apr 25, 2024
1 parent ab27542 commit 482a5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
# Adding additional destinations, schemes, etc. here will make GitHub run the steps
# on all combinations of them (e.g., if there are 2 destinations and 2 schemes, the
# test suite will get run 4 times).
destination: ["platform=iOS Simulator,OS=17.2,name=iPhone 15"]
destination: ["platform=iOS Simulator,OS=17.4,name=iPhone 15"]
scheme: ["Thumbprint"]
xcode: ["/Applications/Xcode_15.2.app"]
xcode: ["/Applications/Xcode_15.3.app"]
steps:
- name: 📥 Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 482a5b3

Please sign in to comment.