From 352fb24656f10ca835adaf6ce30a1221d9e13503 Mon Sep 17 00:00:00 2001 From: 2xburnt <169301814+2xburnt@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:24:58 -0500 Subject: [PATCH] fix runner for tests --- .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 e4fb613b..a7582f9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: secrets: inherit build-darwin-images: - runs-on: burnt-labs-amd64 + runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v4