mirror of
https://github.com/unode/firefox_decrypt.git
synced 2025-12-16 12:01:52 +01:00
💚 Exclude some CI targets that we know will fail
This commit is contained in:
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
@@ -12,6 +12,21 @@ jobs:
|
|||||||
# python-version: [3.9, 3.10.0-alpha.6, pypy3]
|
# python-version: [3.9, 3.10.0-alpha.6, pypy3]
|
||||||
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
|
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']
|
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:
|
env:
|
||||||
# Needed to force UTF-8 and have consistent behavior in Windows
|
# Needed to force UTF-8 and have consistent behavior in Windows
|
||||||
PYTHONUTF8: 1
|
PYTHONUTF8: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user