Skip to content

Commit 05dd9e4

Browse files
.github/workflows: Migrate workflows to Blacksmith runners (#19)
1 parent f05c965 commit 05dd9e4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
lint:
15-
runs-on: ubuntu-latest
15+
runs-on: blacksmith-4vcpu-ubuntu-2404
1616
permissions:
1717
contents: read
1818
packages: read

.github/workflows/nuxt-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: blacksmith-4vcpu-ubuntu-2404
1111
strategy:
1212
matrix:
1313
node-version: [22]
@@ -39,7 +39,7 @@ jobs:
3939
name: github_pages
4040
url: ${{ steps.deployment.outputs.page_url }}
4141
# Specify runner + deployment step
42-
runs-on: ubuntu-latest
42+
runs-on: blacksmith-4vcpu-ubuntu-2404
4343
steps:
4444
- name: Deploy to GitHub Pages
4545
id: deployment

0 commit comments

Comments
 (0)