File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [pull_request]
55jobs :
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 :
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
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
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
You can’t perform that action at this time.
0 commit comments