From 9e5a3b6eb4e5eb21a10404adc6ce09478657c871 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Fri, 12 Apr 2024 21:54:45 +0200 Subject: [PATCH] ignore 8 / 1.3 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e925e5a..97525a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,8 @@ jobs: linux_version: ["almalinux:8", "almalinux:9", "ubuntu:20.04", "ubuntu:22.04"] # ubuntu_version: ["20.04", "22.04"] # python_version: ["3.6", "3.8", "3.9", "3.10"] - # exclude: + exclude: + - { linux_version: "almalinux:8", meson_version: "1.3" } # - { ubuntu_version: "22.04", python_version: "3.6", meson_version: "1.3" } # - { ubuntu_version: "22.04", python_version: "3.6", meson_version: "latest" } # - { ubuntu_version: "20.04", python_version: "3.8" }