From bf329d526f4aad917d57422d850a5fd17a7eafd1 Mon Sep 17 00:00:00 2001 From: Yang Date: Tue, 26 May 2026 22:44:45 +1000 Subject: [PATCH] Revert to runners to `ubuntu-latest`. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8079486..25fc1f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ env: jobs: assemble-and-check: name: Build executable jar, run unit tests and static analysis - runs-on: blacksmith-4vcpu-ubuntu-2404 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 @@ -41,7 +41,7 @@ jobs: name: Build and push container image to Google Artifact Registry, deploy to Cloud Run needs: [ assemble-and-check ] if: github.ref == 'refs/heads/main' - runs-on: blacksmith-4vcpu-ubuntu-2404 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v6