chore: update runner for linux builds and pin protoc

This commit is contained in:
Duncan Dean 2024-09-02 20:55:29 +02:00
parent 18749551a8
commit dd0f1df4e4
No known key found for this signature in database

View file

@ -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"