Skip to content

Commit

Permalink
Update iOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Nov 14, 2024
1 parent be0c63a commit 019bb05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
build:
strategy:
matrix:
xcode_version: [ '15.2' ]
runs-on: macos-14
xcode_version: [ '15.4.0' ]
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Select Xcode ${{ matrix.xcode_version }}
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ${{ matrix.xcode_version }} # Check versions: https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
xcode-version: ${{ matrix.xcode_version }}

- name: Setup Node
uses: actions/setup-node@v4
Expand Down Expand Up @@ -50,10 +50,10 @@ jobs:
pod update
- name: Start iOS simulator
uses: futureware-tech/simulator-action@v3
uses: futureware-tech/simulator-action@v4
with:
model: 'iPhone 14'
os_version: '>=16.0'
model: 'iPhone 15'
os_version: '>=14.0'

- name: Run e2e tests
working-directory: e2e
Expand Down

0 comments on commit 019bb05

Please sign in to comment.