From 9729d7172865bebe8281e9590cf6f4036a479f88 Mon Sep 17 00:00:00 2001 From: Trevi Awater Date: Mon, 30 Mar 2026 22:03:48 +0200 Subject: [PATCH] fix --- .github/workflows/deploy-appstore.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-appstore.yml b/.github/workflows/deploy-appstore.yml index 461a58b..45dbaa5 100644 --- a/.github/workflows/deploy-appstore.yml +++ b/.github/workflows/deploy-appstore.yml @@ -7,12 +7,15 @@ on: jobs: build-and-deploy: - runs-on: macos-latest + runs-on: macos-15 steps: - name: Checkout uses: actions/checkout@v4 + - name: Select Xcode + run: sudo xcode-select -s /Applications/Xcode_26.0.app/Contents/Developer + - name: Setup .NET uses: actions/setup-dotnet@v4 with: