From c9b8da9f7b47a211ebe74fad94a1f80f2bcbfcfd Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Tue, 28 Jan 2025 07:27:16 -0500 Subject: ci: use native arm runners --- .github/workflows/ci.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5bffc74..c30bd3e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: system: aarch64-darwin - os: macos-13 system: x86_64-darwin - - os: ubuntu-latest + - os: ubuntu-24.04-arm system: aarch64-linux runs-on: ${{ matrix.os }} @@ -29,22 +29,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Setup QEMU - if: matrix.system == 'aarch64-linux' - run: | - sudo apt update - sudo apt install -y qemu-user-static - - name: Install Nix - if: matrix.system != 'aarch64-linux' uses: DeterminateSystems/nix-installer-action@v16 - - name: Install Nix (with aarch64) - if: matrix.system == 'aarch64-linux' - uses: DeterminateSystems/nix-installer-action@v16 - with: - extra-conf: "extra-platforms = aarch64-linux arm-linux" - - name: Setup Cachix uses: cachix/cachix-action@v15 with: -- cgit v1.2.3