Skip to content

Commit

Permalink
ci: Add macos-latest to dependency release candidates testing (#1760)
Browse files Browse the repository at this point in the history
* As seen in Issue #1759, testing pre-releases of software only on Linux
distributions is not enough to catch bugs before they hit in public releases.
To guard against this in the future, add macos-latest to tests for release
candidates on PyPI.
  • Loading branch information
matthewfeickert authored Feb 4, 2022
1 parent 4bd5c02 commit e3d879f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]
python-version: ['3.9']

steps:
Expand Down

0 comments on commit e3d879f

Please sign in to comment.