mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Fix builds by using python 3.7.x instead of 3.7.5 (#2022)
* Fix builds by using python 3.7.x instead of 3.7.5
This commit is contained in:
parent
a9ed742cad
commit
8234713a42
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, ubuntu-16.04, macos-latest]
|
||||
python-version: [3.7.5]
|
||||
python-version: [3.7.x]
|
||||
# Prevent one job from pausing the rest
|
||||
fail-fast: false
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user