Use python 3.12

This commit is contained in:
Matthieu Gautier 2024-04-30 15:18:48 +02:00
parent 1276a8b586
commit dbf98f2c70
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup python 3.8
- name: Setup python 3.12
uses: actions/setup-python@v3
with:
python-version: '3.8'
python-version: '3.12'
- name: Install packages
run: |
choco.exe install pkgconfiglite ninja