Skip to content

Commit dd6206f

Browse files
committedFeb 25, 2025·
fixup! Simplify workflow
1 parent 355f54d commit dd6206f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Resolve Julia Versions
1616
runs-on: ubuntu-latest
1717
outputs:
18-
json: ${{ steps.matrix-output.outputs.resolved }}
18+
json: ${{ steps.julia-version.outputs.resolved }}
1919
steps:
2020
- uses: actions/checkout@v4 # Needed for Project.toml
2121
- uses: julia-actions/julia-version@cv/implementation

0 commit comments

Comments
 (0)
Please sign in to comment.