We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba8a62 commit 422d57bCopy full SHA for 422d57b
.github/workflows/metal_plugin_ci.yml
@@ -1,4 +1,4 @@
1
-# JAX-Metal plugin CI
+#co JAX-Metal plugin CI
2
3
name: Jax-Metal CI
4
on:
@@ -22,8 +22,9 @@ jobs:
22
fail-fast: false # don't cancel all jobs on failure
23
matrix:
24
jaxlib-version: ["pypi_latest", "nightly"]
25
+ runner: ["macos-latest", "macos-14"]
26
name: "Jax-Metal plugin test (jaxlib=${{ matrix.jaxlib-version }})"
- runs-on: [self-hosted, macOS, ARM64]
27
+ runs-on: ${{ matrix.runner }}
28
29
steps:
30
- name: Get repo
0 commit comments