From be42b8d4b21faaf9cabfb82109cc6b77a8d36b90 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Thu, 13 Nov 2025 18:36:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Exclude=20some=20CI=20targets=20?= =?UTF-8?q?that=20we=20know=20will=20fail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9133639..51c182f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,21 @@ jobs: # python-version: [3.9, 3.10.0-alpha.6, pypy3] python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] nss-source: ['latest-esr', 'latest', 'NSS_3_117_RTM', 'NSS_3_112_2_RTM', 'system'] + exclude: + - os: macos + nss-source: NSS_3_117_RTM + - os: macos + nss-source: NSS_3_112_2_RTM + - os: macos + nss-source: latest + - os: macos + nss-source: latest-esr + - os: windows + nss-source: NSS_3_117_RTM + - os: windows + nss-source: NSS_3_112_2_RTM + - os: windows + nss-source: system env: # Needed to force UTF-8 and have consistent behavior in Windows PYTHONUTF8: 1