mirror of https://github.com/llvm/torch-mlir
Update buildAndTest.yml (#1145)
parent
0d25b6f10e
commit
37a229cffc
|
@ -12,7 +12,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-12, ubuntu-20.04]
|
os: [macos-12, ubuntu-22.04]
|
||||||
targetarch: [x86_64, AArch64]
|
targetarch: [x86_64, AArch64]
|
||||||
python-version: ["3.10"]
|
python-version: ["3.10"]
|
||||||
torch-binary: [ON, OFF]
|
torch-binary: [ON, OFF]
|
||||||
|
|
Loading…
Reference in New Issue