From d9cbe2d51ed258ff4e83195e048dcd0c8596f487 Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:54:41 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/lint.yaml | 2 +- .github/workflows/nuxt-deploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5e52281..244612e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -12,7 +12,7 @@ on: jobs: lint: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 permissions: contents: read packages: read diff --git a/.github/workflows/nuxt-deploy.yml b/.github/workflows/nuxt-deploy.yml index 3c06ef8..6580044 100644 --- a/.github/workflows/nuxt-deploy.yml +++ b/.github/workflows/nuxt-deploy.yml @@ -7,7 +7,7 @@ on: - main jobs: build: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 strategy: matrix: node-version: [22] @@ -39,7 +39,7 @@ jobs: name: github_pages url: ${{ steps.deployment.outputs.page_url }} # Specify runner + deployment step - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Deploy to GitHub Pages id: deployment