Skip to content

Commit cd1eb7f

Browse files
committed
GHA: Test more Python versions on macOS
1 parent 8a52253 commit cd1eb7f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/build.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,22 @@ jobs:
5151
include:
5252
# Windows: test old and new Python
5353
- os: windows-latest
54-
python: 3.6
54+
python: "3.6"
5555
- os: windows-latest
56-
python: 3.13
56+
python: "3.13"
5757

58-
# macOS: test only new Python
58+
# macOS: test old and new Python
5959
- os: macos-latest
60-
python: 3.12
60+
python: "3.6.15"
61+
- os: macos-latest
62+
python: "3.13"
6163

6264
# Ubuntu: test deadsnakes Python versions which are not supported by
6365
# GHA python-versions.
6466
- os: ubuntu-20.04
65-
python: 3.6
67+
python: "3.6"
6668
- os: ubuntu-22.04
67-
python: 3.7
69+
python: "3.7"
6870

6971
steps:
7072
# https://github.com/actions/checkout

0 commit comments

Comments
 (0)