From d77151597bee000c297403cc315d98ed9dc80825 Mon Sep 17 00:00:00 2001 From: ngutech21 Date: Thu, 22 Feb 2024 10:48:11 +0100 Subject: [PATCH] chore: fixer runner name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f4e4a0a..c19eb1f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ nasm = '*' activeperl = "*" [workspace.metadata.dist.github-custom-runners] -x86_64-unknown-linux-gnu = "buildjet-8vcpu-ubuntu-2204" +x86_64-unknown-linux-gnu = "ubuntu-22.04" #[patch.crates-io] #secp256k1-zkp = { git = "https://github.com/dpc/rust-secp256k1-zkp/", branch = "sanket-pr" }