ci: Switch to self-hosted runner #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "CI" | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
checks: | |
runs-on: ${{ matrix.os }} | |
strategy: | |
matrix: | |
# TODO: Add rosetta & linux build; and then delete ci.yaml | |
os: [self-hosted, x86_64-linux] | |
steps: | |
- uses: actions/checkout@v4 | |
- run: nixci build |