commit 67e07acbb56796d663c24a1c53e6f2d6eabd81a6
parent 306706f447a6bbb0f4f367f2a75d7b32c7aca2e6
Author: auth <64337177+authorisation@users.noreply.github.com>
Date:   Tue, 10 Oct 2023 23:26:49 +0200

ci: update image runner
Diffstat:
M.github/workflows/beta.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Checkout repo uses: actions/checkout@v3