mirror of
https://github.com/MillironX/Kelpie.jl.git
synced 2024-11-14 21:43:10 +00:00
Merge branch 'master' into html-node-fix
This commit is contained in:
commit
495fe67e95
1 changed files with 2 additions and 8 deletions
10
.github/workflows/CI.yml
vendored
10
.github/workflows/CI.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
tags: "*"
|
tags: ["*"]
|
||||||
pull_request:
|
pull_request:
|
||||||
concurrency:
|
concurrency:
|
||||||
# Skip intermediate builds: always.
|
# Skip intermediate builds: always.
|
||||||
|
@ -19,18 +19,12 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
version:
|
version:
|
||||||
- "1.6"
|
- "1.6"
|
||||||
- "1.7"
|
- "1"
|
||||||
- "nightly"
|
- "nightly"
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- macOS-latest
|
|
||||||
- windows-latest
|
|
||||||
arch:
|
arch:
|
||||||
- x64
|
- x64
|
||||||
- x86
|
|
||||||
exclude:
|
|
||||||
- os: macOS-latest
|
|
||||||
arch: x86
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: julia-actions/setup-julia@v1
|
- uses: julia-actions/setup-julia@v1
|
||||||
|
|
Loading…
Reference in a new issue