We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba8a62 commit 4d78a07Copy full SHA for 4d78a07
.github/workflows/metal_plugin_ci.yml
@@ -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", "macos14"]
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