Skip to content

Commit

Permalink
ci: Update clang-format to ubuntu-24.04
Browse files Browse the repository at this point in the history
This is more modern.
  • Loading branch information
cgwalters committed Jan 9, 2025
1 parent b174b31 commit 28c12e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: ./ci/ci-commitmessage-submodules.sh
clang-format:
name: "clang-format"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 28c12e5

Please sign in to comment.