From 4874dd336827d134e7d6613c79eac12048b55ad6 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Sat, 16 Mar 2024 23:03:51 +0100 Subject: [PATCH] Update create_release.yml --- .github/workflows/create_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index c2a65b8..c51cdcf 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -201,7 +201,7 @@ jobs: name: Upload to App Store needs: [generate-release-notes] if: ${{ always() }} - runs-on: ubuntu-latest + runs-on: macos-13 steps: - uses: actions/checkout@v3 with: