Skip to content

Commit 887feb6

Browse files
author
Christopher Doris
committed
CondaPkg only supports Julia 1.6 upwards
1 parent 9c11a89 commit 887feb6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ jobs:
6969
matrix:
7070
arch: [x64] # x86 unsupported by MicroMamba
7171
os: [ubuntu-latest, windows-latest, macos-latest]
72-
jlversion: ['1','1.6','1.5','1.4'] # 1.3 unsupported by MicroMamba
73-
exclude:
74-
- os: macos-latest
75-
arch: x86
72+
jlversion: ['1','1.6']
7673
steps:
7774
- uses: actions/checkout@v2
7875
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)