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 49ab829 commit 0d212baCopy full SHA for 0d212ba
.github/workflows/openmpi.yml
@@ -55,7 +55,7 @@ jobs:
55
matrix:
56
mpi-ref: ${{ inputs.mpi-ref &&
57
fromJSON(format('["{0}"]', inputs.mpi-ref)) ||
58
- fromJSON('["main", "v5.0.x", "v4.1.x"]') }}
+ fromJSON('["main", "v6.0.x", "v5.0.x", "v4.1.x"]') }}
59
60
steps:
61
0 commit comments