Skip to content

Commit 58f3b40

Browse files
committed
fix(ci): use x86_64-unknown-linux-gnu as Rust target in build matrix
1 parent 925964e commit 58f3b40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
matrix:
125125
include:
126126
- os: ubuntu-latest
127-
target: blacksmith-4vcpu-ubuntu-2404
127+
target: x86_64-unknown-linux-gnu
128128
artifact_name: pvm
129129
asset_name: pvm-linux-x86_64
130130
- os: macos-latest

0 commit comments

Comments
 (0)