diff --git a/.github/workflows/protobuf.yml b/.github/workflows/protobuf.yml index 1eb8fe48a..b76767414 100644 --- a/.github/workflows/protobuf.yml +++ b/.github/workflows/protobuf.yml @@ -1,8 +1,8 @@ name: ProtoBuf CI Builds env: - PROTOBUF_VERSION: 21.12 - PROTOBUF_VARIANT: ${{ env.PROTOBUF_VERSION >= '22.' && '' || '-all' }} + PROTOBUF_VERSION: 22.5 + PROTOBUF_VARIANT: on: push: