We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464b636 commit dbd36a7Copy full SHA for dbd36a7
.github/workflows/CI.yml
@@ -11,9 +11,12 @@ on:
11
12
jobs:
13
CI:
14
+ defaults:
15
+ run:
16
+ shell: bash
17
strategy:
18
matrix:
- backend: ["OPENMP"]
19
+ backend: ["SERIAL","OPENMP"]
20
runs-on: ubuntu-latest
21
steps:
22
- name: Install deps
@@ -22,7 +25,7 @@ jobs:
25
uses: actions/checkout@v2.2.0
23
26
with:
24
27
repository: kokkos/kokkos
- ref: 3.1.00
28
+ ref: 3.2.01
29
path: kokkos
30
- name: Build kokkos
31
working-directory: kokkos
0 commit comments