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 84a9b3aCopy full SHA for 84a9b3a
.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-2025
13
steps:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-python@v5
.github/workflows/build.yml
@@ -20,10 +20,10 @@ jobs:
20
matrix:
21
include:
22
- name: x86-windows
23
- image: windows-2022
+ image: windows-2025
24
arch: x86
25
- name: x86_64-windows
26
27
arch: x86_64
28
- name: x86_64-linux
29
image: ubuntu-22.04
0 commit comments