Skip to content

Commit dbd36a7

Browse files
committed
Update GHA
1 parent 464b636 commit dbd36a7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ on:
1111

1212
jobs:
1313
CI:
14+
defaults:
15+
run:
16+
shell: bash
1417
strategy:
1518
matrix:
16-
backend: ["OPENMP"]
19+
backend: ["SERIAL","OPENMP"]
1720
runs-on: ubuntu-latest
1821
steps:
1922
- name: Install deps
@@ -22,7 +25,7 @@ jobs:
2225
uses: actions/checkout@v2.2.0
2326
with:
2427
repository: kokkos/kokkos
25-
ref: 3.1.00
28+
ref: 3.2.01
2629
path: kokkos
2730
- name: Build kokkos
2831
working-directory: kokkos

0 commit comments

Comments
 (0)