Skip to content

Commit

Permalink
ci: change macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Dec 4, 2023
1 parent 2a5941f commit 9bbb45a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,11 @@ jobs:
run: yarn test --coverage

run-e2e-ios:
needs: cancel_previous
strategy:
matrix:
xcode: ['^14', '^15']
macos: ['macos-latest', 'macos-13', 'macos-12']
runs-on: ${{ matrix.macos }}
runs-on: 'macos-13'
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ${{ matrix.xcode }}
xcode-version: 14.3.1
- name: Install applesimutils
run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew >/dev/null
Expand Down Expand Up @@ -82,7 +77,6 @@ jobs:
run: yarn example e2e:ios

run-e2e-android:
needs: cancel_previous
runs-on: 'macos-latest' # This is important, linux cannot run the emulator graphically for e2e tests
strategy:
matrix:
Expand Down

0 comments on commit 9bbb45a

Please sign in to comment.