We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d4e6d commit a796473Copy full SHA for a796473
.github/workflows/build-fmusim-gui.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build-fmusim-gui:
12
- runs-on: windows-2019
+ runs-on: windows-2022
13
steps:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-python@v5
@@ -18,10 +18,10 @@ jobs:
18
- name: Install Qt
19
uses: jurplel/install-qt-action@v4
20
with:
21
- version: '6.7.1'
+ version: '6.8.3'
22
host: 'windows'
23
target: 'desktop'
24
- arch: 'win64_msvc2019_64'
+ arch: 'win64_msvc2022_64'
25
modules: 'qtpositioning qtwebchannel qtwebengine'
26
- run: python -m pip install fmpy requests
27
- run: python fmusim-gui/build/build_cvode.py
0 commit comments