Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Changed runs-on: til [self-hosted, macOS, ARM64]
  • Loading branch information
robinsp authored Mar 10, 2026
1 parent 4d0daae commit 324a2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: self-hosted
runs-on: [self-hosted, macOS, ARM64]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 324a2c8

Please sign in to comment.