Skip to content

Commit 30aa43f

Browse files
authored
[CI] run CompatHelper on default Julia version
1 parent c8104a1 commit 30aa43f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/CompatHelper.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,8 @@ on:
66

77
jobs:
88
CompatHelper:
9-
runs-on: ${{ matrix.os }}
10-
strategy:
11-
matrix:
12-
julia-version: [1.3.0]
13-
julia-arch: [x86]
14-
os: [ubuntu-latest]
9+
runs-on: ubuntu-latest
1510
steps:
16-
- uses: julia-actions/setup-julia@latest
17-
with:
18-
version: ${{ matrix.julia-version }}
1911
- name: Pkg.add("CompatHelper")
2012
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
2113
- name: CompatHelper.main()

0 commit comments

Comments
 (0)