Skip to content

Commit 1d35bb5

Browse files
committed
New runner
1 parent c0a71b0 commit 1d35bb5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
publish:
10-
runs-on: [ self-hosted, small ]
10+
runs-on: arc-runners-small
1111
steps:
1212
- uses: actions/checkout@v4
1313

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push ]
44
jobs:
55
tests:
66
name: Run tests for Java ${{ matrix.version }}
7-
runs-on: [ self-hosted, small ]
7+
runs-on: arc-runners-small
88
strategy:
99
fail-fast: false
1010
matrix:

0 commit comments

Comments
 (0)