From 73aad3cb72307860e818cc6fa4c7e75a20f65af2 Mon Sep 17 00:00:00 2001 From: Ariel Volovik <16262535+volovikariel@users.noreply.github.com> Date: Tue, 4 Mar 2025 01:56:07 -0500 Subject: [PATCH] Update `jurplel/install-qt-action` version in build_cmake.yml (#3857) `jurplel/install-qt-action` provides a fix to Windows 2019 runners in commit `fc214ccc2dadadaebf48e8e5ed6ff4297dfbb732`, which is in `v4`. This fix will prevent our CI runs from failing, as they attempt to run with python 3.13 and that causes issues. --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 20acf006da..9191b7b78c 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -107,7 +107,7 @@ jobs: key: ${{ runner.os }}-QtCache - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v4 with: version: 5.15.2 target: desktop