From 50d5ffa1f4b029e69f57baab0cc9f7b70973fb06 Mon Sep 17 00:00:00 2001 From: guillaume Date: Wed, 11 Sep 2024 13:33:45 +0200 Subject: [PATCH] chore(CI) Upgrade XCode for dotnet build To solve this failure: https://github.com/thegrizzlylabs/geniusscan-sdk-demo/actions/runs/10808946003/job/29985059864 --- .github/workflows/dotnet-maui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-maui.yml b/.github/workflows/dotnet-maui.yml index dfd88ad..52546a1 100644 --- a/.github/workflows/dotnet-maui.yml +++ b/.github/workflows/dotnet-maui.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v1 - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.1' + xcode-version: '15.4' # Retry in case plugin is not yet available on nuget - uses: nick-fields/retry@v3 with: