We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9bbc4 commit 6675fe3Copy full SHA for 6675fe3
1 file changed
.github/workflows/regression-tests.yml
@@ -50,23 +50,18 @@ jobs:
50
compiler: clang++
51
cxx_std: c++2b
52
stdlib: default
53
- - os: macos-13
54
- shortosname: mac-13
+ - os: macos-15
+ shortosname: mac-15
55
56
57
58
59
60
- compiler: clang++-15
61
- cxx_std: c++2b
62
- stdlib: default
63
- - os: windows-2022
64
- shortosname: win-22
+ - os: windows-2025
+ shortosname: win-25
65
compiler: cl.exe
66
cxx_std: c++latest
67
68
69
70
71
cxx_std: c++20
72
0 commit comments