Update runs-on to macos-m1
Some checks failed
Verify Mac Runner / verify-runner (push) Failing after 0s

This commit is contained in:
2025-12-29 20:08:07 -06:00
parent 6226ba378c
commit e0fd09b6a0

View File

@@ -2,7 +2,7 @@ name: Verify Mac Runner
on: [push, workflow_dispatch]
jobs:
verify-runner:
runs-on: self-hosted
runs-on: macos-m1
steps:
- name: Check OS
run: |