Skip to content

Commit 4d78a07

Browse files
committed
Make use of the github macos runners
1 parent dba8a62 commit 4d78a07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/metal_plugin_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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", "macos14"]
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)