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