mirror of
https://github.com/nlohmann/json.git
synced 2025-06-08 01:42:54 +08:00
👷 windows-2019 is deprecated
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
This commit is contained in:
parent
c633693d3e
commit
bab7d65bfb
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
@ -18,7 +18,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
mingw:
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2025
|
||||
strategy:
|
||||
matrix:
|
||||
architecture: [x64, x86]
|
||||
@ -81,7 +81,7 @@ jobs:
|
||||
run: cd build ; ctest -j 10 -C ${{ matrix.build_type }} --output-on-failure
|
||||
|
||||
clang:
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2025
|
||||
strategy:
|
||||
matrix:
|
||||
version: [11, 12, 13, 14, 15]
|
||||
@ -98,7 +98,7 @@ jobs:
|
||||
run: cd build ; ctest -j 10 -C Debug --exclude-regex "test-unicode" --output-on-failure
|
||||
|
||||
clang-cl-12:
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2025
|
||||
strategy:
|
||||
matrix:
|
||||
architecture: [Win32, x64]
|
||||
|
Loading…
Reference in New Issue
Block a user