From cdb3e81d945341a114bc60692261dc0efdc0bba9 Mon Sep 17 00:00:00 2001 From: Ernie Pasveer Date: Wed, 17 May 2023 15:12:07 -0500 Subject: [PATCH] Update macos-latest.yml --- .github/workflows/macos-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-latest.yml b/.github/workflows/macos-latest.yml index ecdb21c..2cda890 100644 --- a/.github/workflows/macos-latest.yml +++ b/.github/workflows/macos-latest.yml @@ -37,7 +37,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - version: 6.2.* + version: 6 install-deps: 'true' modules: 'qtcharts'