mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 18:26:11 -04:00
Use Python 3.10 to fix macOS CI
This commit is contained in:
parent
89e3a57a05
commit
6d14639f77
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user