From c11ad030a31a1e17ef617b3ed97cdeae8d8ca126 Mon Sep 17 00:00:00 2001 From: Lunar Starstrum Date: Mon, 2 Oct 2023 15:22:12 -0500 Subject: [PATCH] Switch to public GitHub Action Runners --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 326ef55..edc8e45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ env: jobs: build: name: Build - runs-on: self-hosted + runs-on: ubuntu-latest if: "!contains(toJSON(github.event.head_commit.message), '[ci-skip]')" steps: - name: Checkout @@ -18,4 +18,4 @@ jobs: with: dotnet-version: 7 - name: Build - run: "dotnet build" \ No newline at end of file + run: "dotnet build"