Skip to content

Commit

Permalink
Force Ubuntu 22.04 for code formatting
Browse files Browse the repository at this point in the history
The latest Ubuntu does not have clang-11(?)
  • Loading branch information
jbachorik committed Dec 17, 2024
1 parent 4ef834c commit 96b29b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fi
fi
check-formatting:
runs-on: ubuntu-latest
runs-on: ubuntu:22.04
needs: check-for-pr
if: needs.check-for-pr.outputs.skip != 'true'
steps:
Expand Down

0 comments on commit 96b29b8

Please sign in to comment.