From 8d877fb488c1921d435d95e012e712fe6f485a11 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:30:41 -0500 Subject: [PATCH] ci: Add m1 runner to matrix (#89) Co-authored-by: Shivaraj B H --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7cda48e2..0b38148e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, macos-14] steps: - uses: actions/checkout@v3 - uses: DeterminateSystems/nix-installer-action@main