Skip to content

Commit

Permalink
fix(ci): Pin perf metrics ios builds to macos-12 and xcode 14.2 (#3793)
Browse files Browse the repository at this point in the history
* fix(ci): Pin perf metrics ios builds to macos-14 and xcode 14

* Update e2e.yml
  • Loading branch information
krystofwoldrich committed May 6, 2024
1 parent 8d69a5c commit 9ea1c36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
platform: ["ios", "android"]
include:
- platform: ios
runs-on: macos-latest
runs-on: macos-12
name: iOS
appPlain: test/perf/test-app-plain.ipa
- platform: android
Expand All @@ -49,6 +49,10 @@ jobs:
appPlain: test/perf/TestAppPlain/android/app/build/outputs/apk/release/app-release.apk
steps:
- uses: actions/checkout@v4

- run: sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
if: ${{ matrix.platform == 'ios' }}

- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit 9ea1c36

Please sign in to comment.