Skip to content

Commit 876c13d

Browse files
committed
chore(ci): run builds on the self-hosted runners
1 parent e72fa2e commit 876c13d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
warm-cache:
1313
name: Warm Dependencies Cache
14-
runs-on: ubuntu-latest
14+
runs-on: self-hosted
1515
permissions:
1616
contents: read
1717
packages: write
@@ -53,7 +53,7 @@ jobs:
5353
name: Test Build
5454
if: github.event_name == 'pull_request'
5555
needs: warm-cache
56-
runs-on: ubuntu-latest
56+
runs-on: self-hosted
5757
steps:
5858
- name: Checkout repository
5959
uses: actions/checkout@v4
@@ -81,7 +81,7 @@ jobs:
8181
name: Build ${{ matrix.arch }}
8282
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
8383
needs: warm-cache
84-
runs-on: ubuntu-latest
84+
runs-on: self-hosted
8585
permissions:
8686
contents: read
8787
packages: write
@@ -129,7 +129,7 @@ jobs:
129129
name: Create Multi-Arch Manifest
130130
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
131131
needs: build-arch
132-
runs-on: ubuntu-latest
132+
runs-on: self-hosted
133133
permissions:
134134
contents: read
135135
packages: write

0 commit comments

Comments
 (0)