Skip to content

Commit 63681df

Browse files
committed
tests: Exclude macos and ubuntu from tests on 2.0 and 2.1
1 parent b873e98 commit 63681df

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/test-action.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ jobs:
3030
- "2.1"
3131
- "2.0"
3232

33+
# [GH-1] Jython 2.0 and 2.1 do not work on macOS and Ubuntu
34+
exclude:
35+
- os: ubuntu-latest
36+
jython_version: "2.0"
37+
- os: macos-latest
38+
jython_version: "2.0"
39+
- os: ubuntu-latest
40+
jython_version: "2.1"
41+
- os: macos-latest
42+
jython_version: "2.1"
43+
3344
runs-on: ${{ matrix.os }}
3445
defaults:
3546
run:

0 commit comments

Comments
 (0)