From c0a7c501bb42080783466156ca95fde2e624a520 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Tue, 13 May 2025 03:31:16 -0400 Subject: [PATCH] ci: Use self-hosted runners --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e07e39..7937f99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,13 +10,10 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [x86_64-linux, aarc64-darwin] steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@main - - name: Install omnix - run: nix --accept-flake-config profile install "github:juspay/omnix" - name: Build all flake outputs - run: nix --version && om ci + run: om ci - name: What GHC version? - run: nix develop -c ghc --version \ No newline at end of file + run: nix develop -c ghc --version