Skip to content

Commit 5e678e0

Browse files
committed
Fix iOS workflow.
XCode version 15.0-beta is no longer available and causes all tests to break. Use version 15.0.1 instead.
1 parent e991dcc commit 5e678e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: maxim-lobanov/setup-xcode@v1
4040
with:
41-
xcode-version: '15.0-beta'
41+
xcode-version: '15.0-1'
4242
- uses: actions/checkout@v2
4343
- uses: actions/setup-java@v1
4444
with:

0 commit comments

Comments
 (0)