Skip to content

Commit 6675fe3

Browse files
committed
tmp
1 parent 6a9bbc4 commit 6675fe3

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

.github/workflows/regression-tests.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,18 @@ jobs:
5050
compiler: clang++
5151
cxx_std: c++2b
5252
stdlib: default
53-
- os: macos-13
54-
shortosname: mac-13
53+
- os: macos-15
54+
shortosname: mac-15
5555
compiler: clang++
5656
cxx_std: c++2b
5757
stdlib: default
58-
- os: macos-13
59-
shortosname: mac-13
60-
compiler: clang++-15
61-
cxx_std: c++2b
62-
stdlib: default
63-
- os: windows-2022
64-
shortosname: win-22
58+
- os: windows-2025
59+
shortosname: win-25
6560
compiler: cl.exe
6661
cxx_std: c++latest
6762
stdlib: default
68-
- os: windows-2022
69-
shortosname: win-22
63+
- os: windows-2025
64+
shortosname: win-25
7065
compiler: cl.exe
7166
cxx_std: c++20
7267
stdlib: default

0 commit comments

Comments
 (0)