mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Return to the win-2019
image for the windows_ci
workflow.
Due to https://github.com/bazelbuild/bazel/issues/18592 PiperOrigin-RevId: 629459786
This commit is contained in:
parent
e680c495a2
commit
5d9b5adb17
4
.github/workflows/windows_ci.yml
vendored
4
.github/workflows/windows_ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user