mirror of
https://github.com/MillironX/Kelpie.jl.git
synced 2024-11-14 13:43:08 +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:
|
||||
branches:
|
||||
- master
|
||||
tags: "*"
|
||||
tags: ["*"]
|
||||
pull_request:
|
||||
concurrency:
|
||||
# Skip intermediate builds: always.
|
||||
|
@ -19,18 +19,12 @@ jobs:
|
|||
matrix:
|
||||
version:
|
||||
- "1.6"
|
||||
- "1.7"
|
||||
- "1"
|
||||
- "nightly"
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macOS-latest
|
||||
- windows-latest
|
||||
arch:
|
||||
- x64
|
||||
- x86
|
||||
exclude:
|
||||
- os: macOS-latest
|
||||
arch: x86
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: julia-actions/setup-julia@v1
|
||||
|
|
Loading…
Reference in a new issue