From 5d7313ab42cc7e446a430c2a0bfbf8061c73c553 Mon Sep 17 00:00:00 2001 From: Jay Two Date: Mon, 21 Jun 2021 20:41:51 +0900 Subject: [PATCH] Update macos.yml --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}