From 5d9b5adb17e11aadef42aed2e8aaa5e8fd844fb7 Mon Sep 17 00:00:00 2001 From: jax authors Date: Tue, 30 Apr 2024 10:39:28 -0700 Subject: [PATCH] Return to the `win-2019` image for the `windows_ci` workflow. Due to https://github.com/bazelbuild/bazel/issues/18592 PiperOrigin-RevId: 629459786 --- .github/workflows/windows_ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 9a3cec557..48f08f8db 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - os: [windows-2022-32core] + os: [win-2019-16core] arch: [AMD64] pyver: ['3.9'] name: ${{ matrix.os }} CI build @@ -41,7 +41,7 @@ jobs: - name: Build wheels env: - BAZEL_VC: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC" + BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC" JAXLIB_NIGHTLY: true # Tag the wheels as dev versions run: | cd jax @@ -67,4 +67,4 @@ jobs: python -m pip install -e ${{ github.workspace }}\jax python -m pip install --no-index --find-links ${{ github.workspace }}\jax\dist jaxlib echo "JAX_ENABLE_CHECKS=$JAX_ENABLE_CHECKS" - pytest -n auto --tb=short tests examples + pytest -n auto --tb=short tests examples \ No newline at end of file