Skip to content

Commit 4e7a2b4

Browse files
committed
Updated formatting workflow to use latest supported versions
1 parent 98c3e47 commit 4e7a2b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/format.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ on:
1010
jobs:
1111
pre-commit:
1212
name: Format
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717

1818
- name: Setup Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.10"
21+
python-version: "3.12"
2222

23-
- name: Install clang-format-14
24-
run: sudo apt-get install clang-format-14
23+
- name: Install clang-format-18
24+
run: sudo apt-get install clang-format-18
2525

2626
- name: Run pre-commit
2727
uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)