Skip to content

Commit

Permalink
Switch to clang-15 on Ubuntu 22.04 runner to fix incompatibility with…
Browse files Browse the repository at this point in the history
… libstdc++ 13
  • Loading branch information
zrax committed Feb 12, 2024
1 parent 1f7c97f commit 7e7436b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- { os: ubuntu-20.04, compiler: gcc } # GCC 9
- { os: ubuntu-20.04, compiler: clang } # Clang 10
- { os: ubuntu-22.04, compiler: gcc } # GCC 11
- { os: ubuntu-22.04, compiler: clang } # Clang 14
- { os: ubuntu-22.04, compiler: clang-15 }
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 7e7436b

Please sign in to comment.