Skip to content

Commit 6801e41

Browse files
Fix CompatHelper
It's not running on v1...
1 parent b926f6e commit 6801e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
julia-version: [1.2.0]
12+
julia-version: [1]
1313
julia-arch: [x86]
1414
os: [ubuntu-latest]
1515
steps:

0 commit comments

Comments
 (0)