Skip to content

Commit

Permalink
Switch to Python 3.13 in clang-format CI test
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Siedlaczek <michal@siedlaczek.me>
  • Loading branch information
elshize committed Jan 11, 2025
1 parent 55b3c3c commit c42c1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
sudo pip install clang-format
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.13

- name: Run clang-format
shell: bash
Expand Down

0 comments on commit c42c1e7

Please sign in to comment.