Skip to content

Commit 8cbdf00

Browse files
authored
Update Build.yml
1 parent 9ed161f commit 8cbdf00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/Build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ jobs:
1717
version:
1818
- '1.6'
1919
- '1' # automatically expands to the latest stable 1.x release of Julia
20-
- nightly
2120
os:
2221
- ubuntu-latest
2322
arch:
2423
- x64
2524
include:
25+
- os: ubuntu-latest
26+
version: 'nightly'
27+
experimental: true
28+
arch: x64
2629
# test macOS and Windows with latest Julia only
2730
- os: macOS-latest
2831
arch: x64

0 commit comments

Comments
 (0)