From 4d662115e49828827cb1f6422720851914af059b Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sun, 23 Mar 2025 15:07:15 +0100 Subject: [PATCH] Update GitHub release workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7cc7d732..620732f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: # lane: ['mac beta', 'ios beta', 'tvos beta'] lane: ['ios beta', 'tvos beta'] name: Releasing ${{ matrix.lane }} version to TestFlight - runs-on: macos-13 + runs-on: macos-latest steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 @@ -51,7 +51,7 @@ jobs: if-no-files-found: ignore mac_notarized: name: Build and notarize macOS app - runs-on: macos-13 + runs-on: macos-latest steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1