From dd0f1df4e46cbc73bb99301ae65703949ffcbccc Mon Sep 17 00:00:00 2001 From: Duncan Dean Date: Mon, 2 Sep 2024 20:55:29 +0200 Subject: [PATCH] chore: update runner for linux builds and pin protoc --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0172b87..9b0dc49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,8 +75,12 @@ protobuf = { version = "27.3_1" } # Release dependencies for Linux [workspace.metadata.dist.dependencies.apt] -protobuf-compiler = '*' +protobuf-compiler = { version = "3.21.12-8.2build1" } # Release dependencies for Windows [workspace.metadata.dist.dependencies.chocolatey] protoc = { version = "27.3.0" } + +# Use more recent version of ubuntu +[workspace.metadata.dist.github-custom-runners] +x86_64-unknown-linux-gnu = "ubuntu-24.04"