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 794d07a commit 676b668Copy full SHA for 676b668
.github/workflows/Downstream.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- julia-version: [1,1.6]
+ julia-version: ['lts', '1', 'pre']
18
os: [ubuntu-latest]
19
package:
20
- {user: JuliaSIMD, repo: LoopVectorization.jl, group: Interface}
0 commit comments