mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-25 07:21:36 +00:00
Reduce CI platforms
This commit is contained in:
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@@ -13,15 +13,19 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest, windows-11-arm, macos-15-intel]
|
os: [ubuntu-latest]
|
||||||
python-version: ["3.13", "3.14"]
|
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: windows-latest
|
||||||
python-version: "3.10"
|
python-version: "3.13"
|
||||||
- os: ubuntu-latest
|
- os: macos-latest
|
||||||
python-version: "3.11"
|
python-version: "3.13"
|
||||||
- os: ubuntu-latest
|
- os: windows-11-arm
|
||||||
python-version: "3.12"
|
python-version: "3.13"
|
||||||
|
- os: macos-15-intel
|
||||||
|
python-version: "3.13"
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: "3.14"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user