Skip to content

Commit efb7f6e

Browse files
committed
release: fix arm64 runner
Signed-off-by: Gaëtan Lehmann <[email protected]>
1 parent 3fafe32 commit efb7f6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
rust: stable
7373
target: x86_64-unknown-linux-musl
7474
- build: linux-arm64
75-
os: ubuntu-latest
75+
os: ubuntu-24.04-arm
7676
rust: stable
7777
target: aarch64-unknown-linux-musl
7878
steps:

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 = "randstream"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
authors = ["Gaëtan Lehmann <[email protected]>"]
66
description = "Reproducible Random Stream Generator and Validator"

0 commit comments

Comments
 (0)