ci: python version changed to 3.x

This commit is contained in:
Mateusz Pusz
2024-05-16 13:15:05 +02:00
parent 2a5d5c4ebf
commit a7cfa60f56
4 changed files with 6 additions and 6 deletions

View File

@@ -202,7 +202,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: 3.x
- name: Install Ninja
shell: bash
run: |
@@ -260,7 +260,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: 3.x
- name: Install Conan
shell: bash
run: |

View File

@@ -29,10 +29,10 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.x
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View File

@@ -195,7 +195,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: 3.x
- name: Install Ninja
shell: bash
run: |

View File

@@ -97,7 +97,7 @@ jobs:
if: matrix.language == 'cpp'
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: 3.x
- name: Conan build
if: matrix.language == 'cpp'
run: |