From b6ec04cb8f97adefe98ee83d9a5b310d6a41ceb6 Mon Sep 17 00:00:00 2001 From: Tim Schneeberger Date: Wed, 7 Aug 2024 12:38:30 +0000 Subject: [PATCH] ci: update other Xcode versions too --- .github/workflows/compile-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile-macos.yml b/.github/workflows/compile-macos.yml index 88f55d3f..e7b778e8 100644 --- a/.github/workflows/compile-macos.yml +++ b/.github/workflows/compile-macos.yml @@ -57,7 +57,7 @@ jobs: - name: Setup Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.2' + xcode-version: '15.4' - name: Setup .NET uses: actions/setup-dotnet@v4 @@ -94,7 +94,7 @@ jobs: - name: Setup Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.2' + xcode-version: '15.4' - name: Setup .NET uses: actions/setup-dotnet@v4