From 1a750c250662ade4c202a2d4d069acb025c0d6f2 Mon Sep 17 00:00:00 2001 From: yesseruser Date: Wed, 9 Oct 2024 23:44:39 +0200 Subject: [PATCH] Revert "Run build-mac on self-hosted runner" This reverts commit fb70d444579bbc00946e5981203c96f1c5b93445. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ce2a018..d6a7271 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,7 +63,7 @@ jobs: file: windows-x64.zip build-mac: - runs-on: [self-hosted, macOS, ARM64] + runs-on: macos-latest env: BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }} steps: