Skip to content

Commit

Permalink
Use ubuntu-20.04 instead of ubuntu-latest
Browse files Browse the repository at this point in the history
So that we can use Clang 12.
  • Loading branch information
kring authored Sep 29, 2023
1 parent 8c05650 commit 0f19eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
ctest -V
LinuxClang:
name: "Linux + Clang"
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
CC: clang-12
CXX: clang++-12
Expand Down

0 comments on commit 0f19eea

Please sign in to comment.