Skip to content

Commit 54ed73d

Browse files
authored
Add self-hosted runner to CI workflow
1 parent c8cedbd commit 54ed73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
os: [macos-latest]
24+
os: [self-hosted, macos-latest]
2525

2626
steps:
2727
- name: Install cross-compilation linker (Linux only)

0 commit comments

Comments
 (0)