mirror of https://github.com/kiwix/libkiwix.git
Use Python 3.10 to fix macOS CI
This commit is contained in:
parent
89e3a57a05
commit
6d14639f77
|
@ -8,10 +8,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
- name: Setup python 3.5
|
||||
uses: actions/setup-python@v1
|
||||
- name: Setup python 3.10
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.5'
|
||||
python-version: '3.10'
|
||||
- name: Install packages
|
||||
run: |
|
||||
brew update
|
||||
|
|
Loading…
Reference in New Issue