Skip to content

Commit

Permalink
try to fix yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Mar 14, 2024
1 parent 79ff14c commit b83e77b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: '1.9.0'
version:
- '1.9.0'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit b83e77b

Please sign in to comment.