File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 cfg :
13- - { os: ubuntu-20.04, compiler: gcc-7 }
14- - { os: ubuntu-20.04, compiler: gcc } # GCC 9
15- - { os: ubuntu-20.04, compiler: clang } # Clang 10
13+ - { os: ubuntu-22.04, compiler: gcc-9 }
1614 - { os: ubuntu-22.04, compiler: gcc } # GCC 11
15+ - { os: ubuntu-22.04, compiler: clang-11 }
1716 - { os: ubuntu-22.04, compiler: clang-15 }
1817 - { os: ubuntu-24.04, compiler: gcc-14 }
1918 - { os: ubuntu-24.04, compiler: clang } # Clang 18
6463 strategy :
6564 matrix :
6665 cfg :
67- - { os: windows-2019, msvc: Visual Studio 16 2019, arch: Win32 }
68- - { os: windows-2019, msvc: Visual Studio 16 2019, arch: x64 }
6966 - { os: windows-2022, msvc: Visual Studio 17 2022, arch: Win32 }
7067 - { os: windows-2022, msvc: Visual Studio 17 2022, arch: x64 }
7168 steps :
You can’t perform that action at this time.
0 commit comments