Skip to content

Commit 37c1ed8

Browse files
committed
Restrict build machines to x64 to fix cargo-deny issues
1 parent 84ab2bd commit 37c1ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
test:
20-
runs-on: [self-hosted, Linux]
20+
runs-on: [self-hosted, Linux, X64]
2121
container: rust:1.80
2222

2323
steps:

0 commit comments

Comments
 (0)