From 0240958d95acf8315271a1b1d0adc0c4c860c0fc Mon Sep 17 00:00:00 2001 From: buty4649 Date: Sat, 17 Feb 2024 18:23:01 +0900 Subject: [PATCH] Update ci.yml to include darwin-arm64 in os-arch matrix --- .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 d1a0415..4cd5e52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - os-arch: [linux-amd64, darwin-amd64, windows-amd64] + os-arch: [linux-amd64, darwin-arm64, windows-amd64] include: - os: windows suffix: .exe