Skip to content

Commit 358e02e

Browse files
committed
Fix self-hosted runner tags
1 parent d677d08 commit 358e02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
test:
17-
runs-on: [self-hosted, Linux, X64]
17+
runs-on: [self-hosted, linux, x64]
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: bazel-contrib/[email protected]

0 commit comments

Comments
 (0)