Skip to content

Commit f3028ca

Browse files
committed
Run CI on amd-rx7600 runner
1 parent 944a399 commit f3028ca

File tree

2 files changed

+25
-38
lines changed

2 files changed

+25
-38
lines changed

.github/workflows/ci.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@ on:
1212

1313
jobs:
1414
checks:
15-
runs-on: ubuntu-latest
15+
runs-on: amd-rx7600
1616
steps:
17-
- name: Setup Rust
18-
uses: tracel-ai/github-actions/setup-rust@v1
19-
with:
20-
rust-toolchain: stable
21-
cache-key: stable-linux
22-
# --------------------------------------------------------------------------------
17+
- name: checkout
18+
uses: actions/checkout@v4
2319
- name: Audit
2420
run: cargo xtask check audit
2521
# --------------------------------------------------------------------------------

Cargo.lock

+22-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)