Skip to content

Commit

Permalink
Merge pull request #45 from jakeru/fix-ubuntu-ci
Browse files Browse the repository at this point in the history
 CI fix: Use version 20.04 when building with clang for Ubuntu
  • Loading branch information
jasmcaus authored Nov 12, 2024
2 parents 655f217 + 6e5150a commit 966cf03
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 966cf03

Please sign in to comment.