From 99da0ed4b42067183120d6e9eb8ac04cfc50874d 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 41c5339e6..d29e926e7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -9,7 +9,7 @@ concurrency: jobs: windows-threads: name: Windows Threads - runs-on: windows-2022 + runs-on: windows-2019 steps: - uses: actions/checkout@v3 @@ -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