From 4349cac8b3166539cb0b3b83311e898fd73b880c Mon Sep 17 00:00:00 2001 From: Aidan <58609006+aidaner@users.noreply.github.com> Date: Sat, 13 Jul 2024 19:53:22 -0400 Subject: [PATCH] Update build-and-publish.yml Lol Signed-off-by: Aidan <58609006+aidaner@users.noreply.github.com> --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index b4b984e0..541b71b9 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -13,7 +13,7 @@ on: jobs: build: name: ${{ github.ref == 'refs/heads/main' && 'Publish' || 'Test build' }} - runs-on: self-hosted + runs-on: ubuntu-latest if: ${{ github.event_name == 'pull_request' }}