From 0cc02d8ed97db37f9fba3950886d3e8a7da656af Mon Sep 17 00:00:00 2001 From: Tzanio Kolev Date: Sat, 20 Aug 2022 15:27:39 -0700 Subject: [PATCH] Switch to windows-latest --- build-mfem/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-mfem/action.yml b/build-mfem/action.yml index 1b6ec21..98287bc 100644 --- a/build-mfem/action.yml +++ b/build-mfem/action.yml @@ -117,7 +117,7 @@ runs: echo "--- Configure mfem ---" cd ${{ inputs.mfem-dir }}; if [[ ${{ inputs.build-system }} == 'cmake' ]]; then - if [[ ${{ inputs.os }} == "windows-2022" ]]; then + if [[ ${{ inputs.os }} == "windows-latest" ]]; then toolchain_file="${VCPKG_INSTALLATION_ROOT}\\scripts\\buildsystems\\vcpkg.cmake" vcpkg_triplet="x64-windows-static" fi