Migrate workflows to Blacksmith

This commit is contained in:
blacksmith-sh[bot]
2026-08-06 16:36:35 +00:00
committed by GitHub
parent de13c07855
commit 7ad37d35d8
18 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
timeout-minutes: 60
strategy:
fail-fast: false
@@ -96,7 +96,7 @@ jobs:
merge-reports:
if: always()
needs: [test]
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: "Checkout code"
uses: actions/checkout@v7