Merge pull request #515 from kiwix/macos_python38

This commit is contained in:
Matthieu Gautier 2022-02-02 15:58:53 +01:00 committed by GitHub
commit 5db6f0b76e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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