Update ci.yml

This commit is contained in:
Simon Christ 2021-12-02 11:00:14 +01:00 committed by GitHub
parent 170df9aaf1
commit bf4deda657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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