Skip to content

Commit ee87f73

Browse files
authored
Change runner for build-and-test and publish jobs
Updated CI workflow to use custom runner for now instead of 'ubuntu-latest'.
1 parent 8fc3681 commit ee87f73

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docker-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ concurrency:
3131

3232
jobs:
3333
build-and-test:
34-
runs-on: ubuntu-latest
34+
# runs-on: ubuntu-latest
35+
runs-on: arc-s2-runner
3536
strategy:
3637
fail-fast: false
3738
matrix:
@@ -275,7 +276,8 @@ jobs:
275276
publish:
276277
needs: build-and-test
277278
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'schedule')
278-
runs-on: ubuntu-latest
279+
# runs-on: ubuntu-latest
280+
runs-on: arc-s2-runner
279281
strategy:
280282
fail-fast: false
281283
matrix:

0 commit comments

Comments
 (0)