Skip to content

Commit

Permalink
update yaml files to use kokkos v 4.3.01
Browse files Browse the repository at this point in the history
  • Loading branch information
ndellingwood committed Aug 8, 2024
1 parent 602d8c1 commit 162949e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
repository: 'kokkos/kokkos'
path: 'kokkos'
ref: '4.3.00'
ref: '4.3.01'

- name: configure_kokkos
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
repository: kokkos/kokkos
ref: 4.3.00
ref: 4.3.01
path: kokkos

- name: configure_kokkos
Expand Down

0 comments on commit 162949e

Please sign in to comment.