From 0bc9cc4fdf6dfb7d07dd9bdcceab11fa24becb15 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Wed, 16 Oct 2024 18:11:18 +0200 Subject: [PATCH] no arm python 3.6, 3.7 --- .github/workflows/clingo.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/clingo.yml b/.github/workflows/clingo.yml index d289c7b..1218146 100644 --- a/.github/workflows/clingo.yml +++ b/.github/workflows/clingo.yml @@ -27,6 +27,11 @@ jobs: python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] # runner + macOS deployment target runner: [["macos-13", "10.13"], ["macos-14", "11"]] + exclude: + - python-version: "3.6" + runner: ["macos-14", "11"] + - python-version: "3.7" + runner: ["macos-14", "11"] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4