From 67e07acbb56796d663c24a1c53e6f2d6eabd81a6 Mon Sep 17 00:00:00 2001 From: auth <64337177+authorisation@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:26:49 +0200 Subject: [PATCH] ci: update image runner --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index c2a3cedf..a88f8b1b 100644 --- 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