Browse Source

fdjsk

pull/211/head
Fredrik Ekre 3 years ago
parent
commit
114d209076
  1. 7
      .github/workflows/ci.yml

7
.github/workflows/ci.yml

@ -15,9 +15,16 @@ jobs: @@ -15,9 +15,16 @@ jobs:
strategy:
matrix:
version:
- '1.0'
- '1'
- 'nightly'
os:
- ubuntu-latest
include:
- os: windows-latest
version: '1'
- os: macOS-latest
version: '1'
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1

Loading…
Cancel
Save