From 0ee60612ac781b7c8717d3a80b34a31e3d5fe817 Mon Sep 17 00:00:00 2001 From: PraneethJain Date: Mon, 10 Jun 2024 18:11:34 +0530 Subject: [PATCH] CI: added macos-14 aarch64 --- .github/workflows/test-linux-mac.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test-linux-mac.yml b/.github/workflows/test-linux-mac.yml index 1f6fcc1..fb36a63 100644 --- a/.github/workflows/test-linux-mac.yml +++ b/.github/workflows/test-linux-mac.yml @@ -23,6 +23,13 @@ jobs: - macos-13 arch: - x64 + include: + - os: macos-14 + arch: aarch64 + version: "1.10" + - os: macos-14 + arch: aarch64 + version: "nightly" steps: - uses: actions/checkout@v3 with: