diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index aaf5987..9d33f14 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install dependencies - run: brew install qt5 protobuf + run: brew install qt5 protobuf@21 - name: Configure build run: qmake PROTOBUF=/usr/local pbfplugin.pro - name: Build project