Skip to content

Commit 81b75fd

Browse files
authored
Changing to run in a self-hosted runner. (#114)
1 parent edc4153 commit 81b75fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
matrix:
1818
os: [ubuntu-22.04]
1919

20-
runs-on: ["${{ matrix.os }}"]
20+
runs-on:
21+
group: Public
2122
steps:
2223
- uses: actions/checkout@v4
2324
with:

0 commit comments

Comments
 (0)