Skip to content

Commit

Permalink
Bump Ubuntu version for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davschneller committed Sep 16, 2024
1 parent 27791c4 commit 82c6865
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
clang-format:
name: clang-format
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand All @@ -19,7 +19,7 @@ jobs:
sudo apt-get -y install python3 python3-pip
# fix version here for now
pip3 install clang-format==18.1.5
pip3 install --break-system-packages clang-format==18.1.5
- name: run-clang-format
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
reuse:
name: reuse
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand All @@ -19,7 +19,7 @@ jobs:
sudo apt-get -y install python3 python3-pip
# fix version here for now
pip3 install reuse==4.0.3
pip3 install --break-system-packages reuse==4.0.3
- name: run-reuse-lint
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
unittest:
name: unittest
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
clang-tidy:
name: clang-tidy
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: apt-get
run: |
Expand Down

0 comments on commit 82c6865

Please sign in to comment.