From 34be453b2aaa88e27f6c342ecc1631ebb32a71b8 Mon Sep 17 00:00:00 2001 From: Emad Jacob Maroun Date: Thu, 8 Feb 2024 14:01:02 +0100 Subject: [PATCH] Added test and release on Mac ARM --- .github/workflows/simulator-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/simulator-ci.yml b/.github/workflows/simulator-ci.yml index 0810391..61de973 100644 --- a/.github/workflows/simulator-ci.yml +++ b/.github/workflows/simulator-ci.yml @@ -32,6 +32,9 @@ jobs: - platform: macos-12 cc: clang cxx: clang++ + - platform: macos-14 + cc: clang + cxx: clang++ steps: - uses: actions/checkout@v2 - uses: ./.github/actions/build-package @@ -52,6 +55,9 @@ jobs: - platform: macos-12 cc: clang cxx: clang++ + - platform: macos-14 + cc: clang + cxx: clang++ # Run after the test jobs finish needs: [test] # Run only if this was triggered by a tag