Skip to content

Commit bc01935

Browse files
committed
Update image
1 parent 353bd89 commit bc01935

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,18 @@ jobs:
1010
runs-on: ${{matrix.os}}
1111
strategy:
1212
matrix:
13-
# windows-2019 has MSVC 2019 installed;
1413
# windows-2022 has MSVC 2022 installed:
1514
# https://github.com/actions/virtual-environments.
16-
os: [windows-2019]
15+
os: [windows-2022]
1716
platform: [Win32, x64]
18-
toolset: [v141, v142]
17+
toolset: [v142]
1918
standard: [14, 17, 20]
2019
shared: ["", -DBUILD_SHARED_LIBS=ON]
2120
build_type: [Debug, Release]
2221
exclude:
23-
- { toolset: v141, standard: 20 }
2422
- { toolset: v142, standard: 14 }
25-
- { platform: Win32, toolset: v141 }
2623
- { platform: Win32, standard: 14 }
2724
- { platform: Win32, standard: 20 }
28-
- { platform: x64, toolset: v141, shared: -DBUILD_SHARED_LIBS=ON }
2925
- { platform: x64, standard: 14, shared: -DBUILD_SHARED_LIBS=ON }
3026
- { platform: x64, standard: 20, shared: -DBUILD_SHARED_LIBS=ON }
3127
include:
@@ -76,7 +72,7 @@ jobs:
7672
sys: [ mingw64, ucrt64 ]
7773
steps:
7874
- name: Set timezone
79-
run: tzutil /s "Ekaterinburg Standard Time"
75+
run: tzutil /s "FLE Standard Time"
8076
shell: cmd
8177
- uses: msys2/setup-msys2@61f9e5e925871ba6c9e3e8da24ede83ea27fa91f # v2.27.0
8278
with:

0 commit comments

Comments
 (0)