Skip to content

Commit 00c0937

Browse files
committed
Pin Protobuf version
1 parent 65f7787 commit 00c0937

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/cpp.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,16 @@ jobs:
230230
brew uninstall pkg-config || :
231231
brew uninstall [email protected] || :
232232
brew bundle --file=cpp/Brewfile
233+
- name: Pin Protobuf to 32.1 for testing (GH-47957)
234+
if: matrix.architecture == 'ARM64'
235+
run: |
236+
echo "Current protobuf version:"
237+
brew list --versions protobuf
238+
brew uninstall protobuf
239+
brew install protobuf@32
240+
brew link protobuf@32 --force
241+
echo "Pinned protobuf version:"
242+
brew list --versions protobuf@32
233243
- name: Install MinIO
234244
run: |
235245
$(brew --prefix bash)/bin/bash \

0 commit comments

Comments
 (0)