From 0c28a3b0f14916d067b419735d02f43d2eb9657a Mon Sep 17 00:00:00 2001 From: Omkar Phansopkar Date: Sat, 17 Feb 2024 12:29:47 +0530 Subject: [PATCH] Added macos arm build to github actions release Signed-off-by: Omkar Phansopkar --- .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 361940ad..597ebee3 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest, macos-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@master