diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fb3bf13e..8ee1218f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: release: name: Create Release - runs-on: ubuntu-22.04 + runs-on: blacksmith-4vcpu-ubuntu-2204 needs: build steps: - name: Checkout @@ -61,7 +61,7 @@ jobs: update-docs: name: Update Documentation - runs-on: ubuntu-22.04 + runs-on: blacksmith-4vcpu-ubuntu-2204 needs: build steps: - name: Checkout Docs Repository