Skip to content

Commit 236a5dd

Browse files
Merge pull request #268 from GraphBLAS/stable
sync with updates to stable
2 parents fa693bc + 5e10874 commit 236a5dd

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
folder: build/test_coverage/
4747
single-commit: true
4848
- name: Save output
49-
uses: actions/upload-artifact@v2.2.3
49+
uses: actions/upload-artifact@v4.6.0
5050
with:
5151
name: test_coverage
5252
path: build/test_coverage/
5353
macos:
54-
runs-on: macos-12
54+
runs-on: macos-14
5555
strategy:
5656
matrix:
5757
config:

.readthedocs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
version: 2
44

5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.12"
9+
510
formats:
611
- pdf
712

experimental/benchmark/helloworld2_demo.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
//
2626
// Then run this demo with an input matrix. For example:
2727
//
28-
// ./experimental/benchmark/hellworld2_demo < ../data/west0067.mtx
29-
// ./experimental/benchmark/hellworld2_demo < ../data/karate.mtx
28+
// ./experimental/benchmark/helloworld2_demo < ../data/west0067.mtx
29+
// ./experimental/benchmark/helloworld2_demo < ../data/karate.mtx
3030
//
3131
// If you create your own algorithm and want to mimic this main program, call
3232
// it write in experimental/benchmark/whatever_demo.c (with "_demo.c" as the

experimental/benchmark/helloworld_demo.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
//
2626
// Then run this demo with an input matrix. For example:
2727
//
28-
// ./experimental/benchmark/hellworld_demo ../data/west0067.mtx
29-
// ./experimental/benchmark/hellworld_demo < ../data/west0067.mtx
30-
// ./experimental/benchmark/hellworld_demo ../data/karate.mtx
28+
// ./experimental/benchmark/helloworld_demo ../data/west0067.mtx
29+
// ./experimental/benchmark/helloworld_demo < ../data/west0067.mtx
30+
// ./experimental/benchmark/helloworld_demo ../data/karate.mtx
3131
//
3232
// If you create your own algorithm and want to mimic this main program, call
3333
// it write in experimental/benchmark/whatever_demo.c (with "_demo.c" as the

rtdocs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sphinx==4.0.3
2-
sphinx_rtd_theme>=0.5.2
3-
breathe
1+
sphinx
2+
sphinx_rtd_theme
3+
breathe

0 commit comments

Comments
 (0)