From c7d6bc660380224dcf6d9a2fc691a6343d2c62b8 Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Mon, 5 Feb 2024 16:48:08 +0100 Subject: [PATCH 1/2] 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 From 2ec9ce159650119629d53342be63ba84fae235ed Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Wed, 7 Feb 2024 05:59:59 +0100 Subject: [PATCH 2/2] Use `threaded` instead of `threaded_legacy` --- .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 3d5acccbb0a..44fc6db83f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: - version: '1.9' os: macos-14 arch: arm64 - trixi_test: threaded_legacy + trixi_test: threaded steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1