diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index a84ce72..8d694b3 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -38,7 +38,7 @@ jobs: qt_target: [desktop] steps: - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v2.13.2 with: version: ${{ matrix.qt_ver }} target: ${{ matrix.qt_target }}