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:
|
||||
- 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…
x
Reference in New Issue
Block a user