File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111jobs :
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
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
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
You can’t perform that action at this time.
0 commit comments