Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 044a7af

Browse files
authored
Automated commit made by MassInstallAction.jl (#100)
1 parent 6825d3e commit 044a7af

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ name: CompatHelper
22

33
on:
44
schedule:
5-
- cron: '00 * * * *'
5+
- 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:
11-
- uses: julia-actions/setup-julia@latest
12-
with:
13-
version: 1.3
1417
- name: Pkg.add("CompatHelper")
1518
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
1619
- name: CompatHelper.main()

0 commit comments

Comments
 (0)