Skip to content

Commit 9656191

Browse files
committed
exclude all macosx job but one
1 parent 1f4e5a1 commit 9656191

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
@@ -12,8 +12,11 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ ubuntu-20.04, macos-10.15 ]
15+
os: [ ubuntu-20.04 ]
1616
feature: [ "0_21_1", "0_21_0", "0_20_1", "0_20_0", "0_19_1", "0_19_0_1", "0_18_1", "0_18_0", "0_17_1"]
17+
include:
18+
- os: "macos-10.15"
19+
feature: "0_21_1"
1720

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

0 commit comments

Comments
 (0)