Skip to content

Commit 659a321

Browse files
committed
update julia version, add timeout
1 parent b599763 commit 659a321

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ jobs:
1818
test:
1919
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
2020
runs-on: ${{ matrix.os }}
21+
timeout-minutes: 60
2122
strategy:
2223
fail-fast: false
2324
matrix:
2425
version:
2526
- '1.8'
26-
- '^1.9.0-0'
27+
- '1.9'
28+
# - '^1.9.0-0'
2729
# - 'nightly'
2830
os:
2931
- ubuntu-latest

0 commit comments

Comments
 (0)