Skip to content

Commit

Permalink
Use FlyCI M2 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ligaz authored Dec 14, 2023
1 parent 57017c8 commit c70c198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:

testwebgpu:
name: WebGPU Tests
runs-on: macos-13
runs-on: flyci-macos-large-latest-m2
timeout-minutes: 20
steps:
- name: Checkout Code
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:

testmetal:
name: Metal Tests
runs-on: macos-13
runs-on: flyci-macos-large-latest-m2
timeout-minutes: 20

steps:
Expand Down

0 comments on commit c70c198

Please sign in to comment.