Switch to Qt6 in OS X build

This commit is contained in:
Martin Tůma 2023-09-21 00:45:41 +02:00
parent f931b653c4
commit 76f1a23f8d

View File

@ -10,13 +10,11 @@ jobs:
name: QtPBFImagePlugin
runs-on: macos-latest
steps:
- name: Set environment variables
run: echo "PATH=/usr/local/opt/qt@5/bin:/usr/local/opt/protobuf@21/bin:$PATH" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install dependencies
run: brew install qt5 protobuf@21
run: brew install qt6 protobuf
- name: Configure build
run: qmake PROTOBUF=/usr/local/opt/protobuf@21 pbfplugin.pro
run: qmake PROTOBUF=/usr/local pbfplugin.pro
- name: Build project
run: make -j3