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: