diff --git a/.github/workflows/build-test-cplusplus.yml b/.github/workflows/build-test-cplusplus.yml index 9c9164ba9..353ebc0b1 100644 --- a/.github/workflows/build-test-cplusplus.yml +++ b/.github/workflows/build-test-cplusplus.yml @@ -107,7 +107,7 @@ jobs: windows: name: Windows Latest - runs-on: windows-latest + runs-on: windows-2019 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index cef083896..ab75f8501 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -44,7 +44,7 @@ jobs: - name: Windows matrix: windows runs-on: - intel: [windows-latest] + intel: [windows-2019] python: - major-dot-minor: '3.8' cibw-build: 'cp38-*' @@ -80,7 +80,7 @@ jobs: name: Windows matrix: windows runs-on: - intel: [windows-latest] + intel: [windows-2019] arch: name: ARM matrix: arm