Skip to content

Commit 78a96b9

Browse files
authored
Change CI runner to ubuntu-latest
1 parent ee87f73 commit 78a96b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-ci.yml

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

3232
jobs:
3333
build-and-test:
34-
# runs-on: ubuntu-latest
35-
runs-on: arc-s2-runner
34+
runs-on: ubuntu-latest
35+
# runs-on: arc-s2-runner
3636
strategy:
3737
fail-fast: false
3838
matrix:
@@ -276,8 +276,8 @@ jobs:
276276
publish:
277277
needs: build-and-test
278278
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'schedule')
279-
# runs-on: ubuntu-latest
280-
runs-on: arc-s2-runner
279+
runs-on: ubuntu-latest
280+
# runs-on: arc-s2-runner
281281
strategy:
282282
fail-fast: false
283283
matrix:

0 commit comments

Comments
 (0)