Skip to content

Commit

Permalink
ci: Use self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 5, 2024
1 parent 32e60df commit cad1fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,9 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: x86_64-linux

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Install omnix
run: nix --accept-flake-config profile install "github:juspay/omnix"
- run: om ci
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ just deploy ny-ci-nixos
## Progress

- [ ] NixOS CI: Running GitHub runners
- [x] NixOS CI: Running GitHub runners
- [x] Refactor to prepare for multiple hosts
- [ ] macOS CI: nix-darwin

0 comments on commit cad1fd3

Please sign in to comment.