From f56b481aea261a2e79d9fa728789d9c833c6b225 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Mon, 18 Nov 2024 15:06:49 +0100 Subject: [PATCH] Run CI on both MacOS x64 & aarch64 --- .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 8edae13..b0be411 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - OS: ["ubuntu-20.04", macos-latest, windows-latest] + OS: ["ubuntu-20.04", macos-13, macos-latest, windows-latest] steps: - uses: actions/checkout@v3 with: