1- # Copyright (C) 2005 - 2021 Settlers Freaks <sf-team at siedler25.org>
1+ # Copyright (C) 2005 - 2025 Settlers Freaks <sf-team at siedler25.org>
22#
33# SPDX-License-Identifier: GPL-2.0-or-later
44
@@ -12,9 +12,6 @@ concurrency:
1212 group : ${{format('tests-{0}:{1}', github.repository, github.ref)}}
1313 cancel-in-progress : true
1414
15- env :
16- BOOST_VERSION : 1.69.0
17-
1815defaults :
1916 run :
2017 shell : bash
@@ -44,16 +41,16 @@ jobs:
4441 strategy :
4542 matrix :
4643 include :
47- - { compiler: gcc-9, os: ubuntu-22.04, buildType: Release }
48- - { compiler: gcc-9, os: ubuntu-22.04, buildType: Debug, coverage: true }
49- - { compiler: clang, os: macos-13, buildType: Debug, boostVersion: 1.81.0 } # New libc++ only supported since 1.81
44+ - { compiler: gcc-9, os: ubuntu-22.04, buildType: Release, boostVersion: 1.73.0 }
45+ - { compiler: gcc-9, os: ubuntu-22.04, buildType: Debug, boostVersion: 1.73.0, coverage: true }
46+ - { compiler: clang, os: macos-13, buildType: Debug, boostVersion: 1.81.0 } # New libc++ only supported since 1.81
5047 # Latest GCC
51- - { compiler: gcc-13, os: ubuntu-24.04, buildType: Debug, boostVersion: 1.87.0 }
48+ - { compiler: gcc-13, os: ubuntu-24.04, buildType: Debug, boostVersion: 1.87.0 }
5249 # Latest Clang
53- - { compiler: clang-12, os: ubuntu-22.04, buildType: Debug, boostVersion: 1.73.0 }
50+ - { compiler: clang-12, os: ubuntu-22.04, buildType: Debug, boostVersion: 1.73.0 }
5451 # Windows
55- - { compiler: msvc, os: windows-2019, buildType: Debug, generator: 'Visual Studio 16 2019' }
56- - { compiler: msvc, os: windows-2022, buildType: Debug, boostVersion: 1.87.0 }
52+ - { compiler: msvc, os: windows-2019, buildType: Debug, boostVersion: 1.73.0 generator: 'Visual Studio 16 2019' }
53+ - { compiler: msvc, os: windows-2022, buildType: Debug, boostVersion: 1.87.0 }
5754
5855 runs-on : ${{matrix.os}}
5956 env :
0 commit comments