From 3990de022092216fd7155ebc6d11b5a10e1df008 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 13 Jun 2024 08:57:19 -0400 Subject: [PATCH] Fix MSVC CI by using Kokkos develop commit --- .github/workflows/windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 41c5339e6..614f2e93a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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