Skip to content

Commit da1051a

Browse files
authored
Merge nightly_ci.yml into ci.yml (#612)
1 parent 197e15f commit da1051a

File tree

3 files changed

+8
-69
lines changed

3 files changed

+8
-69
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
version:
38-
- '1'
39-
- '1.6'
40-
os:
41-
- ubuntu-latest
42-
- macOS-latest
43-
arch:
44-
- x64
37+
version: ['1.6', '1']
38+
os: [ubuntu-latest, macOS-latest]
39+
arch: [x64]
40+
include:
41+
- version: 'nightly'
42+
os: ubuntu-latest
43+
arch: x64
4544
steps:
4645
- uses: actions/checkout@v4
4746
- uses: julia-actions/setup-julia@v2

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
GKSwstype: nul
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
3030
- uses: julia-actions/setup-julia@latest
3131
with:
3232
# Build documentation on Julia LTS

.github/workflows/nightly_ci.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)