From 69e06f7a0b28d0036d1ecc6c12e3936affbd4790 Mon Sep 17 00:00:00 2001 From: Carson Full Date: Fri, 8 Sep 2023 18:53:39 -0500 Subject: [PATCH] Restore MacOS M1 release (#387) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be83eec..3eb3bab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-20.04, macos-11, windows-2019] + os: [ubuntu-20.04, macos-11, macos-m1, windows-2019] name: Build on ${{ matrix.os }} runs-on: ${{ matrix.os }}