Skip to content

Commit

Permalink
CI fix: Use version 20.04 when building with clang for Ubuntu
Browse files Browse the repository at this point in the history
This fixes the problem that `clang-10` is not available for newer versions of
Ubuntu. Of course we could upgrade `clang` as well, but let's restore the
functionality as it was, and after that, we can introduce new changes.

By using a fixed version we get a more controlled build environment.
  • Loading branch information
jakeru committed May 13, 2024
1 parent 27de906 commit 6e5150a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
Clang:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
build_type: [Debug, RelWithDebInfo, MinSizeRel, Release]
Expand Down

0 comments on commit 6e5150a

Please sign in to comment.