changed: CI python version to 3.12
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 10s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 10s
Details
This commit is contained in:
parent
fedf9d8833
commit
b3dac40f15
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue