diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e67c8f924..d8376d3086 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,7 +147,7 @@ jobs: # MSVC, but for now, this action works: - name: Prepare compiler environment for Windows 🐍 2.7 if: matrix.python == 2.7 && runner.os == 'Windows' - uses: ilammy/msvc-dev-cmd@v1 + uses: ilammy/msvc-dev-cmd@v1.8.0 with: arch: x64 @@ -726,7 +726,7 @@ jobs: uses: jwlawson/actions-setup-cmake@v1.6 - name: Prepare MSVC - uses: ilammy/msvc-dev-cmd@v1 + uses: ilammy/msvc-dev-cmd@v1.8.0 with: arch: x86 @@ -772,7 +772,7 @@ jobs: uses: jwlawson/actions-setup-cmake@v1.6 - name: Prepare MSVC - uses: ilammy/msvc-dev-cmd@v1 + uses: ilammy/msvc-dev-cmd@v1.8.0 with: toolset: 14.0