Skip to content

Commit

Permalink
gha/msvc: Bump Python to 3.13 and Qt to 6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed Oct 30, 2024
1 parent c26b91c commit 6cfc771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-msvc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
run:
shell: cmd
env:
PYTHON_VERSION: "3.11"
PYTHON_VERSION: "3.13"
CMAKE_GENERATOR: Visual Studio 17 2022
MSVC_ARCH: x64
VCPKG_INSTALL_DIR: ${{ github.workspace }}\vcpkg\installed\x64-windows-release
Expand Down Expand Up @@ -57,10 +57,10 @@ jobs:
- name: Install Qt6
uses: jurplel/install-qt-action@v3
with:
version: "6.7.0"
version: "6.8.0"
host: windows
target: desktop
arch: win64_msvc2019_64
arch: win64_msvc2022_64
modules: qtimageformats
qtpositioning
qtwebengine
Expand Down

0 comments on commit 6cfc771

Please sign in to comment.