Skip to content

Commit 2f6c90a

Browse files
committed
Upgrade Windows build server
1 parent cf110d8 commit 2f6c90a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request]
55
jobs:
66
cmake-mingw:
77
timeout-minutes: 5
8-
runs-on: windows-2019
8+
runs-on: windows-2025
99
steps:
1010
- uses: actions/setup-python@v5
1111
with:
@@ -39,7 +39,7 @@ jobs:
3939

4040
cmake-msvc2019:
4141
timeout-minutes: 5
42-
runs-on: windows-2019
42+
runs-on: windows-2025
4343
steps:
4444
- name: Checkout
4545
uses: actions/checkout@v3
@@ -51,7 +51,7 @@ jobs:
5151
- name: Configure
5252
working-directory: fmi4c-build
5353
shell: cmd
54-
run: cmake -DFMI4C_BUILD_TEST=ON -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 16 2019" ..
54+
run: cmake -DFMI4C_BUILD_TEST=ON -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 17 2022" ..
5555

5656
- name: Build
5757
working-directory: fmi4c-build
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- uses: actions/setup-python@v5
101101
with:
102-
python-version: '3.12'
102+
python-version: '3.11'
103103

104104
- name: Checkout
105105
uses: actions/checkout@v3
@@ -120,4 +120,4 @@ jobs:
120120

121121
- name: Test
122122
working-directory: fmi4c-build/test
123-
run: python pytest.py
123+
run: python pytest.py

0 commit comments

Comments
 (0)