Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Use macos-14 runner for iOS CI tests.
  • Loading branch information
freakboy3742 committed Dec 9, 2025
commit 22cab84b993b30b6ab16a0adec38ff302d1ecf8f
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ jobs:
needs: build-context
if: needs.build-context.outputs.run-ios == 'true'
timeout-minutes: 60
runs-on: macos-15
runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:
Expand Down
Loading