Update ci.yml
This commit is contained in:
parent
170df9aaf1
commit
bf4deda657
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -22,20 +22,18 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version:
|
version:
|
||||||
- '1.6'
|
- '1.6' # LTS
|
||||||
- 'nightly'
|
- '1.7' # latest stable
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
- windows-latest
|
||||||
|
- macos-latest
|
||||||
arch:
|
arch:
|
||||||
- x64
|
- x64
|
||||||
# - x86
|
# - x86
|
||||||
include:
|
include:
|
||||||
- version: '1.7'
|
- version: 'nightly'
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- version: '1.7'
|
|
||||||
os: windows-latest
|
|
||||||
- version: '1.7'
|
|
||||||
os: macos-latest
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Setup environment
|
# Setup environment
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user