@@ -14,15 +14,15 @@ jobs:
1414 - { compiler: gcc, version: 10, build_type: Release, cppstd: 17 }
1515 - { compiler: gcc, version: 11, build_type: Debug, cppstd: 20 }
1616 - { compiler: gcc, version: 12, build_type: Release, cppstd: 20 }
17- - { compiler: clang, version: 10 , build_type: Release, cppstd: 14 }
18- - { compiler: clang, version: 10 , build_type: Debug, cppstd: 17 }
17+ - { compiler: clang, version: 11 , build_type: Release, cppstd: 14 }
18+ - { compiler: clang, version: 11 , build_type: Debug, cppstd: 17 }
1919 - { compiler: clang, version: 12, build_type: Debug, cppstd: 17 }
2020 - { compiler: clang, version: 15, build_type: Release, cppstd: 20 }
2121 container :
2222 image : ${{ matrix.config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.config.compiler }}:${{ matrix.config.version }}
2323 name : " ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})"
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v3
2626 - name : Setup
2727 run : |
2828 apt-get update && apt-get install -y curl git
0 commit comments