Skip to content

Commit 05de9d3

Browse files
authored
Automated commit made by MassInstallAction.jl (#151)
1 parent 4870018 commit 05de9d3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ name: CompatHelper
33
on:
44
schedule:
55
- cron: '00 00 * * *'
6+
workflow_dispatch:
67

78
jobs:
89
CompatHelper:
9-
runs-on: ubuntu-latest
10+
runs-on: ${{ matrix.os }}
11+
strategy:
12+
matrix:
13+
julia-version: [1.2.0]
14+
julia-arch: [x86]
15+
os: [ubuntu-latest]
1016
steps:
1117
- name: Pkg.add("CompatHelper")
1218
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'

0 commit comments

Comments
 (0)