Skip to content

Commit 8f78c5b

Browse files
committed
Switch to Blacksmith runners
1 parent 1dc905d commit 8f78c5b

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

.github/workflows/bowtie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- '*'
66
jobs:
77
bowtie-report:
8-
runs-on: ubuntu-latest
8+
runs-on: blacksmith-2vcpu-ubuntu-2204
99
steps:
1010
- uses: actions/setup-python@v5
1111
with:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111
jobs:
1212
test:
13-
runs-on: ubuntu-latest
13+
runs-on: blacksmith-2vcpu-ubuntu-2204
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Coursier cache
@@ -60,7 +60,7 @@ jobs:
6060
6161
assemble:
6262
needs: test
63-
runs-on: ubuntu-latest
63+
runs-on: blacksmith-2vcpu-ubuntu-2204
6464
permissions:
6565
id-token: write
6666
attestations: write

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
check:
10-
runs-on: ubuntu-latest
10+
runs-on: blacksmith-2vcpu-ubuntu-2204
1111
if: ${{ github.event.workflow_run.conclusion == 'success' && startsWith(github.event.workflow_run.head_branch, 'v') }}
1212
outputs:
1313
status: ${{ steps.check.conclusion }}
@@ -21,7 +21,7 @@ jobs:
2121
run: git show-ref --verify refs/tags/${{ github.event.workflow_run.head_branch }}
2222

2323
release:
24-
runs-on: ubuntu-latest
24+
runs-on: blacksmith-2vcpu-ubuntu-2204
2525
needs: check
2626
if: needs.check.outputs.status == 'success'
2727
steps:

.github/workflows/dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
update-graph:
1010
name: Update Dependency Graph
11-
runs-on: ubuntu-latest
11+
runs-on: blacksmith-2vcpu-ubuntu-2204
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: scalacenter/sbt-dependency-submission@v3

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111
jobs:
1212
build-and-push-image:
13-
runs-on: ubuntu-latest
13+
runs-on: blacksmith-2vcpu-ubuntu-2204
1414
permissions:
1515
id-token: write
1616
attestations: write

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
jobs:
77
fuzz:
8-
runs-on: ubuntu-latest
8+
runs-on: blacksmith-2vcpu-ubuntu-2204
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Coursier cache

.github/workflows/pages.yml

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

88
jobs:
99
publish-site:
10-
runs-on: ubuntu-latest
10+
runs-on: blacksmith-2vcpu-ubuntu-2204
1111
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main' }}
1212
steps:
1313
- uses: actions/checkout@v4

.github/workflows/sonatype.yml

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

88
jobs:
99
publish:
10-
runs-on: ubuntu-latest
10+
runs-on: blacksmith-2vcpu-ubuntu-2204
1111
if: ${{ github.event.workflow_run.conclusion == 'success' && (github.event.workflow_run.head_branch == 'main' || startsWith(github.event.workflow_run.head_branch, 'v')) }}
1212
steps:
1313
- uses: actions/checkout@v4

.github/workflows/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: TOC Generator
33
jobs:
44
generateTOC:
55
name: TOC Generator
6-
runs-on: ubuntu-latest
6+
runs-on: blacksmith-2vcpu-ubuntu-2204
77
steps:
88
- uses: technote-space/toc-generator@v4
99
with:

0 commit comments

Comments
 (0)