We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a083a commit 0174f5cCopy full SHA for 0174f5c
.github/workflows/dist.yml
@@ -45,21 +45,19 @@ jobs:
45
runs-on: ${{ matrix.os }}
46
strategy:
47
matrix:
48
- os: [windows-2022, macos-13, ubuntu-22.04]
+ os: [windows-2022, macos-13, macos-14, ubuntu-22.04]
49
python_version:
50
- '3.9'
51
- '3.10'
52
- '3.11'
53
- '3.12'
54
- '3.13'
55
- architecture: [x64]
56
57
steps:
58
- uses: actions/checkout@v4
59
- uses: actions/setup-python@v5
60
with:
61
python-version: ${{ matrix.python_version }}
62
- architecture: ${{ matrix.architecture }}
63
64
- name: Download build artifacts
65
uses: actions/download-artifact@v4
0 commit comments