Merge remote-tracking branch 'upstream/master' into snoop
This commit is contained in:
commit
ed4bcb34c1
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -22,19 +22,23 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version:
|
version:
|
||||||
- 'nightly'
|
- '1.5'
|
||||||
- '1.6'
|
- '1.6'
|
||||||
- '1.7'
|
- 'nightly'
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
|
||||||
- macos-latest
|
|
||||||
arch:
|
arch:
|
||||||
- x64
|
- x64
|
||||||
# - x86
|
# - x86
|
||||||
|
include:
|
||||||
|
- version: '1'
|
||||||
|
os: ubuntu-latest
|
||||||
|
- version: '1'
|
||||||
|
os: windows-latest
|
||||||
|
- version: '1'
|
||||||
|
os: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# Setup environment
|
# Setup environment
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: julia-actions/setup-julia@latest
|
- uses: julia-actions/setup-julia@latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user