Skip to content

Commit 5a5aa7e

Browse files
Update .github/workflows/ci.yml
1 parent 6ac197e commit 5a5aa7e

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
@@ -83,7 +83,7 @@ jobs:
8383
fi
8484
8585
- name: Run tests (other configurations)
86-
if: ${{ !(matrix.version == '1.11' && matrix.os == 'ubuntu-latest') }}
86+
if: ${{ !(matrix.version == '1' && matrix.os == 'ubuntu-latest') }}
8787
uses: julia-actions/julia-runtest@v1
8888
- uses: julia-actions/julia-processcoverage@v1
8989
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)