Skip to content

Commit

Permalink
Update Python to 3.12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyanon committed Jun 9, 2024
1 parent 1acd6d0 commit ff27e67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
/usr/bin/clang-tidy-14 140
- uses: actions/setup-python@v5
with: { python-version: "3.8" }
with: { python-version: "3.12" }

- name: Create project
run: |
Expand Down
10 changes: 5 additions & 5 deletions cmake-init/templates/common/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with: { python-version: "3.8" }
with: { python-version: "3.12" }

- name: Install codespell
run: pip3 install codespell
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Install Python
uses: actions/setup-python@v5
with: { python-version: "3.8" }
with: { python-version: "3.12" }

- name: Conan cache
uses: actions/cache@v4
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

- name: Install Python
uses: actions/setup-python@v5
with: { python-version: "3.8" }
with: { python-version: "3.12" }

- name: Conan cache
uses: actions/cache@v4
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with: { python-version: "3.8" }
with: { python-version: "3.12" }

- name: Conan cache
uses: actions/cache@v4
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with: { python-version: "3.8" }
with: { python-version: "3.12" }

- name: Install m.css dependencies
run: pip3 install jinja2 Pygments
Expand Down

0 comments on commit ff27e67

Please sign in to comment.