Skip to content

Commit

Permalink
Fix MSVC CI by using Kokkos develop commit
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jun 13, 2024
1 parent a403dad commit 99da0ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
jobs:
windows-threads:
name: Windows Threads
runs-on: windows-2022
runs-on: windows-2019

steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +27,8 @@ jobs:
- uses: actions/checkout@v3
with:
repository: kokkos/kokkos
ref: 4.2.00
# FIXME: remove revision once Kokkos 4.4 has been released
ref: d54619970c051fcb82ed0a9eab29975998baf832
path: ${GITHUB_WORKSPACE}/../kokkos
- name: Install Kokkos
shell: bash
Expand Down

0 comments on commit 99da0ed

Please sign in to comment.