Skip to content

Commit c4b57fb

Browse files
committed
chore: use ARC self-hosted runner for release workflow
1 parent 21a2641 commit c4b57fb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
build:
1717
name: Build (${{ matrix.os }})
18-
runs-on: ubuntu-latest
18+
runs-on: arc-runner-altimate-code
1919
permissions:
2020
contents: read
2121
strategy:
@@ -58,7 +58,7 @@ jobs:
5858
publish-npm:
5959
name: Publish to npm
6060
needs: build
61-
runs-on: ubuntu-latest
61+
runs-on: arc-runner-altimate-code
6262
permissions:
6363
contents: read
6464
steps:
@@ -122,7 +122,7 @@ jobs:
122122
# doesn't need CLI binary artifacts. This allows it to run in parallel.
123123
publish-engine:
124124
name: Publish engine to PyPI
125-
runs-on: ubuntu-latest
125+
runs-on: arc-runner-altimate-code
126126
environment: pypi
127127
permissions:
128128
contents: read
@@ -152,7 +152,7 @@ jobs:
152152
github-release:
153153
name: Create GitHub Release
154154
needs: [build, publish-npm]
155-
runs-on: ubuntu-latest
155+
runs-on: arc-runner-altimate-code
156156
permissions:
157157
contents: write
158158
steps:

0 commit comments

Comments
 (0)