Skip to content

ci: Switch to self-hosted runner #5

ci: Switch to self-hosted runner

ci: Switch to self-hosted runner #5

Workflow file for this run

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