Skip to content

Commit 286bf72

Browse files
committed
also update CI
1 parent 5a70f7c commit 286bf72

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.4'
14-
- '1.5'
15-
- '1.6-nightly'
14+
- '1'
1615
os:
1716
- ubuntu-latest
1817
- macOS-latest

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: julia-actions/setup-julia@latest
1414
with:
15-
version: '1.5'
15+
version: '1'
1616
- name: Install dependencies
1717
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
1818
- name: Build and deploy

0 commit comments

Comments
 (0)