Skip to content

Commit be42b8d

Browse files
committed
💚 Exclude some CI targets that we know will fail
1 parent 88dbd80 commit be42b8d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎.github/workflows/main.yml‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@ jobs:
1212
# python-version: [3.9, 3.10.0-alpha.6, pypy3]
1313
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1414
nss-source: ['latest-esr', 'latest', 'NSS_3_117_RTM', 'NSS_3_112_2_RTM', 'system']
15+
exclude:
16+
- os: macos
17+
nss-source: NSS_3_117_RTM
18+
- os: macos
19+
nss-source: NSS_3_112_2_RTM
20+
- os: macos
21+
nss-source: latest
22+
- os: macos
23+
nss-source: latest-esr
24+
- os: windows
25+
nss-source: NSS_3_117_RTM
26+
- os: windows
27+
nss-source: NSS_3_112_2_RTM
28+
- os: windows
29+
nss-source: system
1530
env:
1631
# Needed to force UTF-8 and have consistent behavior in Windows
1732
PYTHONUTF8: 1

0 commit comments

Comments
 (0)