Skip to content

Commit 60ded04

Browse files
committed
Use v6.1.3 in CI
1 parent 75a1ab3 commit 60ded04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
17+
# os: ["ubuntu-latest", "macos-latest", "windows-latest"] # Waiting on builds
18+
os: ["ubuntu-latest"]
1819
python-version: ["3.7", "3.8", "3.9", "3.10"]
1920
source: ["conda-forge"]
20-
graphblas-version: ["6.0.2"]
21+
graphblas-version: ["6.1.3"]
2122
steps:
2223
- name: Checkout
2324
uses: actions/checkout@v2

0 commit comments

Comments
 (0)