Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/metal_plugin_ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JAX-Metal plugin CI
#co JAX-Metal plugin CI

name: Jax-Metal CI
on:
Expand All @@ -22,8 +22,9 @@ jobs:
fail-fast: false # don't cancel all jobs on failure
matrix:
jaxlib-version: ["pypi_latest", "nightly"]
runner: ["macos-latest", "macos-14"]
name: "Jax-Metal plugin test (jaxlib=${{ matrix.jaxlib-version }})"
runs-on: [self-hosted, macOS, ARM64]
runs-on: ${{ matrix.runner }}

steps:
- name: Get repo
Expand Down
Loading