From 41bba5e89f4ef074b4488309a74fe6a274c26866 Mon Sep 17 00:00:00 2001 From: Vincent Young Date: Thu, 7 Mar 2024 09:56:46 -0500 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5c51d92..d88c23f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: Build: if: startsWith(github.ref, 'refs/tags/v') - runs-on: self-hosted + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4