Skip to content

Commit

Permalink
6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Feb 27, 2025
1 parent 41fa301 commit 1ba6d48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
make gomobileinit
(cd $GOPATH/$GO_SRC_DIR; make ios)
windows:
runs-on: windows-2019
runs-on: windows-2022
outputs:
artifact-url: ${{ steps.upload.outputs.artifact-url }}
defaults:
Expand All @@ -227,16 +227,16 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.5'
version: '6.9'
host: 'windows'
target: 'desktop'
arch: 'win64_msvc2019_64'
arch: 'win64_msvc2022_64'
modules: 'qtwebengine qtwebchannel qtpositioning'
- name: Link Visual Studio editions
# This is needed due to our build expecting the Community edition, but Enterprise being pre-installed
shell: cmd
run: |
mklink /J "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community" "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise"
mklink /J "C:\Program Files (x86)\Microsoft Visual Studio\2022\Community" "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise"
- name: Build Windows app
run: |
make qt-windows
Expand Down

0 comments on commit 1ba6d48

Please sign in to comment.