Update to python 3.10

This commit is contained in:
Matthieu Gautier 2024-04-11 19:15:30 +02:00
parent 145d981328
commit a0baee815f
1 changed files with 2 additions and 2 deletions

View File

@ -163,10 +163,10 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_15.0.1.app run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup python 3.8 - name: Setup python 3.10
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:
python-version: '3.8' python-version: '3.10'
- name: Install packages - name: Install packages
run: run:
brew install pkg-config ninja automake autoconf brew install pkg-config ninja automake autoconf