From 5d6e208643c822417600dd717da5bd7f52032b62 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Wed, 22 Jan 2025 20:46:28 -0800 Subject: [PATCH] Enable CI for ARM --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a68fb5f..cd876b21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: ci: strategy: matrix: - os: ["ubuntu-latest", "macos-latest", "windows-latest"] + os: ["ubuntu-latest", "macos-latest", "windows-latest", "ubuntu-24.04-arm"] runs-on: ${{ matrix.os }}