From 61f8d808bd66dd60b74b05fada4f2172f9441b05 Mon Sep 17 00:00:00 2001 From: Jendrik Seipp Date: Tue, 9 Jan 2024 16:00:05 +0100 Subject: [PATCH] Skip macOS tests. --- .github/workflows/mac.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 798beb50a..2a129a9d9 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -9,6 +9,8 @@ on: jobs: test: + # AppleClang doesn't support std::execution, so Scorpion skips the workflow. + if: github.repository == 'aibasel/downward' name: Compile and test planner timeout-minutes: 60 runs-on: ${{ matrix.version.macos }}