We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c11a89 commit 887feb6Copy full SHA for 887feb6
.github/workflows/tests.yml
@@ -69,10 +69,7 @@ jobs:
69
matrix:
70
arch: [x64] # x86 unsupported by MicroMamba
71
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
+ jlversion: ['1','1.6']
76
steps:
77
- uses: actions/checkout@v2
78
- uses: julia-actions/setup-julia@v1
0 commit comments