From c7d6bc660380224dcf6d9a2fc691a6343d2c62b8 Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Mon, 5 Feb 2024 16:48:08 +0100 Subject: [PATCH] Enable CI testing on Apple Silicon --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e388366fc8..3d5acccbb0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,6 +101,10 @@ jobs: os: windows-latest arch: x64 trixi_test: threaded + - version: '1.9' + os: macos-14 + arch: arm64 + trixi_test: threaded_legacy steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1