Skip to content

Commit

Permalink
reduce # runners per pypa/gh-action-pypi-publish#215
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacpherson committed Jan 4, 2025
1 parent e9517e0 commit 2d3c985
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# macos-13 is an intel runner, macos-{14,15} are apple silicon
os: [ubuntu-latest, macos-13, macos-14, macos-15]
os: [ubuntu-latest, macos-latest]

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

0 comments on commit 2d3c985

Please sign in to comment.