From 4a647f056be2fd587624ac2255301c654e235615 Mon Sep 17 00:00:00 2001 From: Thoq Date: Fri, 10 Apr 2026 17:49:22 -0400 Subject: [PATCH] nvm lol --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6365b376..7e1ab616 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: permissions: contents: write if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) - runs-on: blacksmith-4vcpu-ubuntu-2404 + runs-on: ubuntu-latest steps: - name: Checkout repository