mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
Use python 3.8 on macOS CI
Python 3.6 is not available anymore.
This commit is contained in:
parent
83190a669b
commit
5e6f68a3ef
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -123,10 +123,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
- name: Setup python 3.6
|
||||
- name: Setup python 3.8
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.6'
|
||||
python-version: '3.8'
|
||||
- name: Install packages
|
||||
run:
|
||||
brew install pkg-config ninja automake autoconf
|
||||
|
4
.github/workflows/releaseNigthly.yml
vendored
4
.github/workflows/releaseNigthly.yml
vendored
@ -139,10 +139,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
- name: Setup python 3.6
|
||||
- name: Setup python 3.8
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.6'
|
||||
python-version: '3.8'
|
||||
- name: Install packages
|
||||
run:
|
||||
brew install pkg-config ninja automake autoconf
|
||||
|
Loading…
x
Reference in New Issue
Block a user