From 664b42a1a24c6322e78b5d80767b3ac4df7c6a17 Mon Sep 17 00:00:00 2001 From: Julius Bredemeyer <48645716+IVLIVS-III@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:01:41 +0000 Subject: [PATCH] Fix iOS workflow. XCode version 15.0-beta is no longer available and causes all tests to break. Use version 15.0.1 instead. --- .github/workflows/dart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index e839df99..61bdadd5 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -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: