Skip to content

Commit 422d57b

Browse files
committed
Make use of the github macos runners
1 parent dba8a62 commit 422d57b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/metal_plugin_ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JAX-Metal plugin CI
1+
#co JAX-Metal plugin CI
22

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

2829
steps:
2930
- name: Get repo

0 commit comments

Comments
 (0)