1
0
Fork 0
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:
Thomas A. Christensen II 2022-04-05 15:53:21 -05:00
commit 495fe67e95

View file

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