From 146db123a30452ce3e8e1bdcd04806f3e9c48b26 Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:21:23 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/build-and-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index a2a8a37..046b4e9 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -12,7 +12,7 @@ on: jobs: build: name: Build (Maven) - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 permissions: contents: read steps: @@ -61,7 +61,7 @@ jobs: release: name: Release (GitHub) if: startsWith(github.ref, 'refs/tags/v') - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 needs: build permissions: contents: write @@ -106,7 +106,7 @@ jobs: release-main: name: Release (main) if: github.event_name == 'push' && github.ref == 'refs/heads/main' - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 needs: build concurrency: group: release-main-latest