Skip to content

Commit

Permalink
GHA: Use Boost 1.73 on Ubuntu 22
Browse files Browse the repository at this point in the history
Boost.Thread doesn't build on this system
Needs boostorg/thread@74fb0a2
  • Loading branch information
Flamefire committed Jan 16, 2024
1 parent a22147c commit 012aa14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- { compiler: gcc-7, os: ubuntu-20.04, buildType: Debug, coverage: true }
- { compiler: clang, os: macos-13, buildType: Debug, boostVersion: 1.74.0 } # Multiple bugs with recent OSX until 1.74
# Latest GCC
- { compiler: gcc-13, os: ubuntu-22.04, buildType: Debug }
- { compiler: gcc-13, os: ubuntu-22.04, buildType: Debug, boostVersion: 1.73.0 }
# Latest Clang
- { compiler: clang-12, os: ubuntu-22.04, buildType: Debug }
- { compiler: clang-12, os: ubuntu-22.04, buildType: Debug, boostVersion: 1.73.0 }
# Windows
- { compiler: msvc, os: windows-2019, buildType: Debug }

Expand Down

0 comments on commit 012aa14

Please sign in to comment.