From 5c9f3b0c4e303d60bec32fd5750e5d198bbf6883 Mon Sep 17 00:00:00 2001 From: prometheansacrifice <3097018+ManasJayanth@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:45:53 +0530 Subject: [PATCH] CI: re-enable macos m1 runner --- .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 62becfe..250bf00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: deploy: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-13] + os: [ubuntu-latest, windows-latest, macos-13, macos-latest] name: Deploy runs-on: ${{ matrix.os }} steps: