Skip to content

Commit

Permalink
TEST COMMIT #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Nov 20, 2024
1 parent c7e1908 commit 580774c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
analyze-python-scripts:
name: Python Scripts
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
JOB_TYPE: ANALYZE
steps:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

analyze-coverity:
name: Coverity
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
JOB_TYPE: COVERITY
TOOLCHAINS: GCC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uncrustify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
analyze-uncrustify:
name: Check Codestyle
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 580774c

Please sign in to comment.