Also fix MacOS CI by installing Python3
This commit is contained in:
Alon Zakai
2020-02-14 09:07:32 -08:00
committed by GitHub
parent 5892e95b60
commit 1458145cf4
2 changed files with 5 additions and 1 deletions

View File

@@ -50,6 +50,9 @@ jobs:
- run: - run:
name: Install cmake name: Install cmake
command: brew install cmake command: brew install cmake
- run:
name: Install python 3
command: brew install python3
- run: ./test.sh - run: ./test.sh
- run: ./test.py - run: ./test.py
test-windows: test-windows:

View File

@@ -1,6 +1,7 @@
{ {
"latest": "1.39.7", "latest": "1.39.8",
"releases": { "releases": {
"1.39.8": "9e60f34accb4627d7358223862a7e74291886ab6",
"1.39.7": "9a89fff28cc6f75e17976fce1904b280e4beb25d", "1.39.7": "9a89fff28cc6f75e17976fce1904b280e4beb25d",
"1.39.6": "967836071d96d9b7894e492382f5fcb96423fc07", "1.39.6": "967836071d96d9b7894e492382f5fcb96423fc07",
"1.39.5": "b3ddcab6efd749d3ed937fb452ace4e39a825842", "1.39.5": "b3ddcab6efd749d3ed937fb452ace4e39a825842",