Skip to content

Commit

Permalink
fix: try to build with macos 15
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Dec 11, 2024
1 parent 823bc17 commit e57cf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
jobs:
build:
name: 🏗️ Build E2E ipa
runs-on: macos-14
runs-on: macos-15
timeout-minutes: 60
env:
WORKING_DIRECTORY: example
Expand Down

0 comments on commit e57cf0e

Please sign in to comment.