Skip to content

Commit

Permalink
Fix workflow for ios-device
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachNagengast committed Dec 20, 2024
1 parent f2d3c22 commit 024049c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/development-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: ./.github/workflows/unit-tests.yml
with:
ios-version: "18.2"
ios-device: "iPhone 16"
macos-runner: "macos-15"

check-approvals:
Expand Down Expand Up @@ -53,5 +54,6 @@ jobs:
ios-device: "iPhone 15"
uses: ./.github/workflows/unit-tests.yml
with:
ios-version: ${{ matrix.ios-version }}
macos-runner: ${{ matrix.os }}
ios-version: ${{ matrix.ios-version }}
ios-device: ${{ matrix.ios-device }}
3 changes: 3 additions & 0 deletions .github/workflows/pre-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
include:
- os: macos-13-xlarge
ios-version: "16.1" # Oldest available version on macOS 13
ios-device: "iPhone 14"
- os: macos-14
ios-version: "17.0.1" # Oldest available version on macOS 14
ios-device: "iPhone 15"
- os: macos-15
ios-version: "18.2" # Latest available version
ios-device: "iPhone 16"
uses: ./.github/workflows/unit-tests.yml
with:
ios-version: ${{ matrix.ios-version }}
Expand Down

0 comments on commit 024049c

Please sign in to comment.