Skip to content

Commit

Permalink
protoc only on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 24, 2024
1 parent a6dc892 commit 6193d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
java-version: '17'

- name: Deps
# if: matrix.os == 'macos-14'
if: matrix.os == 'macos-14' || matrix.os == 'macos-12'
run: brew install protobuf

- name: Unit Test (with examples)
Expand Down

0 comments on commit 6193d2c

Please sign in to comment.