From 7870138bfd31633cf429362298acd480c2798fa5 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Sat, 16 Mar 2024 20:37:57 +0100 Subject: [PATCH] switched to ubuntu for upload --- .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 2e0403d..75ba89d 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: macos-13 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: