From 532bccec1c99305f7f0359e65a3e2fa55cefb58a Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 22 Oct 2024 16:38:22 +0200 Subject: [PATCH] Run CI on both `x86_64` and `aarch64` MacOS (#51) --- .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 43fa7f4..d9143ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, windows-latest, macos-latest] + os: [ubuntu-20.04, windows-latest, macos-13, macos-latest] steps: - uses: actions/checkout@v2 with: