From c9c426831fb2a2a611b0338d5a8fadfdd34196d8 Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Wed, 8 Jan 2025 23:20:17 +0000 Subject: [PATCH] bump macosx qt version to 6 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 97d3df52..2d71cf6f 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -75,7 +75,7 @@ jobs: - name: Install Dependencies... run: | brew tap homebrew/cask - brew install qt@5 homebrew/cask/macfuse taglib openssl@1.1 cmake ninja libmagic + brew install qt@6 homebrew/cask/macfuse taglib openssl@1.1 cmake ninja libmagic - name: Checking out sources... uses: actions/checkout@v4 - name: Configuring...