Skip to content

Commit

Permalink
Fix iOS workflow.
Browse files Browse the repository at this point in the history
XCode version 15.0-beta is no longer available and causes all tests to break.
Use version 15.0.1 instead.
  • Loading branch information
IVLIVS-III committed Mar 18, 2024
1 parent e991dcc commit 664b42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0-beta'
xcode-version: '15.0.1'
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 664b42a

Please sign in to comment.