Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 0ac3c5a

Browse files
authored
Merge pull request #432 from AurelienJaquier/macos-latest
With macos, only run tests for latest python
2 parents c7901d8 + 8962189 commit 0ac3c5a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-latest]
14+
os: [ubuntu-latest]
1515
python-version: ["3.7", "3.8", "3.9", "3.10"]
16+
include:
17+
- os: macos-latest
18+
python-version: "3.10"
1619

1720
steps:
1821
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)