changed: CI python version to 3.12
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 10s Details

This commit is contained in:
Sven Vogel 2024-07-05 14:54:14 +02:00
parent fedf9d8833
commit b3dac40f15
2 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.12'
- name: Run CI
run: bash -c ./run-ci.sh

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.12'
- name: Run CI
run: bash -c ./run-ci.sh
- name: Setup go