git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
598794a
)
CI: reduce CI matrix
author
XhmikosR
<redacted>
Sun, 10 Dec 2023 07:09:16 +0000
(09:09 +0200)
committer
XhmikosR
<redacted>
Sun, 10 Dec 2023 07:18:04 +0000
(09:18 +0200)
Run the oldest and the latest supported versions on macOS and Windows
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 852ded42a01a1202b04a6a9cbc8ab884a7b91e57..f35e2e8a6aad3444d134ed7e3210335f8f14e1b6 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-27,8
+27,15
@@
jobs:
- '3.12'
os:
- ubuntu-latest
- - macos-latest
- - windows-latest
+ include:
+ - os: macos-latest
+ python: '3.8'
+ - os: macos-latest
+ python: '3.12'
+ - os: windows-latest
+ python: '3.8'
+ - os: windows-latest
+ python: '3.12'
steps:
- name: Clone repository
git clone https://git.99rst.org/PROJECT