We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c3e47 commit 4e7a2b4Copy full SHA for 4e7a2b4
.github/workflows/format.yml
@@ -10,18 +10,18 @@ on:
10
jobs:
11
pre-commit:
12
name: Format
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v4
17
18
- name: Setup Python
19
uses: actions/setup-python@v5
20
with:
21
- python-version: "3.10"
+ python-version: "3.12"
22
23
- - name: Install clang-format-14
24
- run: sudo apt-get install clang-format-14
+ - name: Install clang-format-18
+ run: sudo apt-get install clang-format-18
25
26
- name: Run pre-commit
27
uses: pre-commit/action@v3.0.1
0 commit comments