Skip to content

Commit a796473

Browse files
committed
Bump Windows Server
1 parent c8d4e6d commit a796473

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-fmusim-gui.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build-fmusim-gui:
12-
runs-on: windows-2019
12+
runs-on: windows-2022
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5
@@ -18,10 +18,10 @@ jobs:
1818
- name: Install Qt
1919
uses: jurplel/install-qt-action@v4
2020
with:
21-
version: '6.7.1'
21+
version: '6.8.3'
2222
host: 'windows'
2323
target: 'desktop'
24-
arch: 'win64_msvc2019_64'
24+
arch: 'win64_msvc2022_64'
2525
modules: 'qtpositioning qtwebchannel qtwebengine'
2626
- run: python -m pip install fmpy requests
2727
- run: python fmusim-gui/build/build_cvode.py

0 commit comments

Comments
 (0)