Skip to content

Commit e57cf0e

Browse files
committed
fix: try to build with macos 15
1 parent 823bc17 commit e57cf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ios-e2e-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
jobs:
2525
build:
2626
name: 🏗️ Build E2E ipa
27-
runs-on: macos-14
27+
runs-on: macos-15
2828
timeout-minutes: 60
2929
env:
3030
WORKING_DIRECTORY: example

0 commit comments

Comments
 (0)