Skip to content

Commit e08474d

Browse files
committed
Revert "Run CompatHelper with must recent Julia release"
This reverts commit 524990e.
1 parent 524990e commit e08474d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: julia-actions/setup-julia@v1
12-
with:
13-
version: 1
14-
arch: ${{ runner.arch }}
1511
- name: Pkg.add("CompatHelper")
1612
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
1713
- name: CompatHelper.main()

0 commit comments

Comments
 (0)