Skip to content

Commit e1606ad

Browse files
committed
Swap runner to one that actually exists...
1 parent 71c1cc5 commit e1606ad

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-purs-gql"
3-
version = "0.1.27"
3+
version = "0.1.28"
44
edition = "2021"
55
default-run = "pursgql"
66
repository = "https://github.com/OxfordAbstracts/purescript-graphql-schema-gen"

dist-workspace.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ global = "ubuntu-latest"
2828

2929
[dist.github-custom-runners.x86_64-unknown-linux-gnu]
3030
runner = "ubuntu-22.04"
31+
32+
[dist.github-custom-runners.aarch64-unknown-linux-gnu]
33+
runner = "ubuntu-22.04-arm"

0 commit comments

Comments
 (0)