mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Try to run our CI on a mac mini in my closet
This commit is contained in:
parent
3f71867af8
commit
da68bd6c2b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -15,7 +15,7 @@ env:
|
|||
jobs:
|
||||
tests:
|
||||
name: Tests
|
||||
runs-on: macos-latest
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue