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:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Setup python 3.5
|
- name: Setup python 3.10
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.5'
|
python-version: '3.10'
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
|
|
Loading…
Reference in New Issue