Skip to content

Commit ce072d4

Browse files
committed
this is terrible, don't look here, I just want to test it
1 parent 886d8bf commit ce072d4

File tree

3 files changed

+453
-74
lines changed

3 files changed

+453
-74
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
verify:
4242
name: "Check ${{ matrix.chip }}"
43-
runs-on: ubuntu-latest
43+
runs-on: macos-m1-self-hosted
4444

4545
strategy:
4646
fail-fast: false

template/.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ rustflags = [
3636
target = "riscv32imac-unknown-none-elf"
3737

3838
[unstable]
39-
build-std = ["alloc", "core"] # TODO: experimental for `cargo-batch`
39+
build-std = ["alloc", "core"]

0 commit comments

Comments
 (0)