diff --git a/.github/workflows/amd64_windows_cmake_cpp.yml b/.github/workflows/amd64_windows_cmake_cpp.yml index 90ae00657a..516ee8443b 100644 --- a/.github/workflows/amd64_windows_cmake_cpp.yml +++ b/.github/workflows/amd64_windows_cmake_cpp.yml @@ -8,7 +8,10 @@ jobs: # ref: https://github.com/actions/runner-images strategy: matrix: - runner: [windows-2022, windows-2019] + runner: [ + windows-2022, + #windows-2019, + ] fail-fast: false # Don't cancel all jobs if one fails. runs-on: ${{ matrix.runner }} #runs-on: windows-latest diff --git a/.github/workflows/amd64_windows_make_cpp.yml b/.github/workflows/amd64_windows_make_cpp.yml index 6344962de0..8e7b16d86b 100644 --- a/.github/workflows/amd64_windows_make_cpp.yml +++ b/.github/workflows/amd64_windows_make_cpp.yml @@ -8,7 +8,10 @@ jobs: # ref: https://github.com/actions/runner-images strategy: matrix: - runner: [windows-2022, windows-2019] + runner: [ + windows-2022, + #windows-2019, + ] fail-fast: false # Don't cancel all jobs if one fails. runs-on: ${{ matrix.runner }} #runs-on: windows-latest