Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# macos-13 = Intel (x86_64), macos-14 = Apple silicon (arm64).
# macos-11 was removed by GitHub on 2024-06-28.
os: [ubuntu-24.04, windows-2022, macos-13, macos-14]
# macos-14 = Apple silicon (arm64). Intel macOS (macos-13) is
# dropped: that runner pool is being wound down by GitHub and
# queues unreliably, blocking releases. Intel macOS users build
# from the sdist. macos-11 was removed by GitHub on 2024-06-28.
os: [ubuntu-24.04, windows-2022, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down
Loading