From 0841050d2066cfce51435133e78e9842e50a16d6 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Tue, 26 Mar 2024 20:36:21 +0100 Subject: Add macos-14 as a runner (Apple M1) (#42728) * Add macos-14 as a runner (Apple M1) * Mark a test xfail We need to check later if this test needs modifications on Apple Silicon chips. --------- Co-authored-by: Harmen Stoppels Co-authored-by: alalazo --- .github/workflows/unit_tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 26df165093..fa53ecd5bc 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -186,9 +186,10 @@ jobs: flags: unittests,linux,clingo # Run unit tests on MacOS macos: - runs-on: macos-latest + runs-on: ${{ matrix.os }} strategy: matrix: + os: [macos-latest, macos-14] python-version: ["3.11"] steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # @v2 -- cgit v1.2.3-70-g09d2