Skip to content

Commit 82f13e4

Browse files
committed
CI: windows-2019 is gone, use windows-2022
1 parent 6a9ccf1 commit 82f13e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,12 @@ jobs:
267267
fail-fast: false
268268
matrix:
269269
include:
270-
- { toolset: msvc-14.2, cxxstd: '17,20', addrmd: '32,64', os: windows-2019 }
270+
- { toolset: msvc-14.2, cxxstd: '17,20', addrmd: '32,64', os: windows-2022 }
271271
- { toolset: msvc-14.3, cxxstd: '17,20,latest',addrmd: '32,64', os: windows-2022 }
272272
- { name: Collect coverage, coverage: yes,
273273
toolset: msvc-14.3, cxxstd: 'latest', addrmd: '64', os: windows-2022 }
274274
- { toolset: clang-win, cxxstd: '17,latest', addrmd: '32,64', os: windows-2022 }
275-
- { toolset: gcc, cxxstd: '17,2a', addrmd: '64', os: windows-2019 }
275+
- { toolset: gcc, cxxstd: '17,2a', addrmd: '64', os: windows-2022 }
276276

277277
runs-on: ${{matrix.os}}
278278

@@ -396,7 +396,7 @@ jobs:
396396
matrix:
397397
include:
398398
- { os: ubuntu-latest, build_type: Debug, generator: 'Unix Makefiles' }
399-
- { os: windows-2019, build_type: Debug, generator: 'Visual Studio 16 2019' }
399+
- { os: windows-2022, build_type: Debug, generator: 'Visual Studio 16 2022' }
400400

401401
timeout-minutes: 120
402402
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)