We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99f68d commit 652bc83Copy full SHA for 652bc83
.github/workflows/build-spec.yml
@@ -6,7 +6,7 @@ jobs:
6
Build-GraphBLAS-Spec:
7
runs-on: ubuntu-latest
8
container:
9
- image: benbrock/graphblas-cpp:build-docs-0.2
+ image: benbrock/graphblas-cpp:build-docs-0.3
10
if: ${{ github.ref != 'refs/heads/gh-pages' }}
11
steps:
12
- name: Check out repository code
0 commit comments