Skip to content

Commit

Permalink
Upgrade github workflows to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
falbru committed May 20, 2024
1 parent 09864cc commit 5e73c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
format:
name: Check code formatting with clang-format
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout repository
Expand All @@ -20,7 +20,7 @@ jobs:
run: |
find src/ -regex ".*\.\(cpp\|hpp\)$" -exec clang-format --style Microsoft -i {} \;
git diff --exit-code
- name: Check for .h files
run: |
Expand Down

0 comments on commit 5e73c38

Please sign in to comment.