We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8104a1 commit 30aa43fCopy full SHA for 30aa43f
.github/workflows/CompatHelper.yml
@@ -6,16 +6,8 @@ on:
6
7
jobs:
8
CompatHelper:
9
- runs-on: ${{ matrix.os }}
10
- strategy:
11
- matrix:
12
- julia-version: [1.3.0]
13
- julia-arch: [x86]
14
- os: [ubuntu-latest]
+ runs-on: ubuntu-latest
15
steps:
16
- - uses: julia-actions/setup-julia@latest
17
- with:
18
- version: ${{ matrix.julia-version }}
19
- name: Pkg.add("CompatHelper")
20
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
21
- name: CompatHelper.main()
0 commit comments