Skip to content

Commit e3d879f

Browse files
ci: Add macos-latest to dependency release candidates testing (#1760)
* 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.
1 parent 4bd5c02 commit e3d879f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependencies-head.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest]
15+
os: [ubuntu-latest, macos-latest]
1616
python-version: ['3.9']
1717

1818
steps:

0 commit comments

Comments
 (0)