Skip to content

Commit

Permalink
fix: use macos-14, XCode 15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Mar 29, 2024
1 parent 3fc1c7e commit 05010ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
jobs:
test:
name: ⚙️ Automated test cases
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 90
env:
WORKING_DIRECTORY: example
Expand All @@ -39,7 +39,7 @@ jobs:
cache: "yarn"
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15.2"
xcode-version: "15.3"
- name: Get Xcode version
run: xcodebuild -version
- name: Install AppleSimulatorUtils
Expand Down

0 comments on commit 05010ab

Please sign in to comment.