Skip to content

Commit 11626b4

Browse files
committed
ci(project): Update Ubuntu version for aarch64 target in release workflow
1 parent 6c0df2b commit 11626b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- os: ubuntu-latest
2222
os_name: "Linux x86_64"
2323
target: x86_64-unknown-linux-gnu
24-
# - os: ubuntu-22.04-arm64
25-
# os_name: "Linux aarch64"
26-
# target: aarch64-unknown-linux-gnu
24+
- os: ubuntu-24.04-arm
25+
os_name: "Linux aarch64"
26+
target: aarch64-unknown-linux-gnu
2727
- os: macos-15-intel
2828
os_name: "macOS x86_64"
2929
target: x86_64-apple-darwin

0 commit comments

Comments
 (0)