Skip to content

Commit 84a9b3a

Browse files
committed
Bump Windows Server
1 parent c8d4e6d commit 84a9b3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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-2025
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
matrix:
2121
include:
2222
- name: x86-windows
23-
image: windows-2022
23+
image: windows-2025
2424
arch: x86
2525
- name: x86_64-windows
26-
image: windows-2022
26+
image: windows-2025
2727
arch: x86_64
2828
- name: x86_64-linux
2929
image: ubuntu-22.04

0 commit comments

Comments
 (0)