We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1691ff6 + 94ef465 commit 0c17dbbCopy full SHA for 0c17dbb
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
python-version: ["3.10", "3.11", "3.12", "3.13"]
15
- os: [ ubuntu-latest, windows-latest ]
+ os: [ ubuntu-latest, windows-latest, macos-latest ]
16
steps:
17
- uses: actions/checkout@v3
18
- name: Set up Python ${{ matrix.python-version }}
0 commit comments