File tree Expand file tree Collapse file tree 1 file changed +2
-32
lines changed Expand file tree Collapse file tree 1 file changed +2
-32
lines changed Original file line number Diff line number Diff line change @@ -20,26 +20,12 @@ jobs:
20
20
- ubuntu-latest
21
21
- macOS-latest
22
22
- windows-latest
23
- arch :
24
- - x64
25
- - x86
26
- exclude :
27
- # Test 32-bit only on Linux
28
- - os : macOS-latest
29
- arch : x86
30
- - os : windows-latest
31
- arch : x86
32
- include :
33
- # Add a 1.5 job because that's what Invenia actually uses
34
- - os : ubuntu-latest
35
- version : 1.5
36
- arch : x64
37
23
steps :
38
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v4
39
25
- uses : julia-actions/setup-julia@v1
40
26
with :
41
27
version : ${{ matrix.version }}
42
- arch : ${{ matrix.arch }}
28
+ arch : x64
43
29
- uses : actions/cache@v2
44
30
env :
45
31
cache-name : cache-artifacts
58
44
with :
59
45
file : lcov.info
60
46
61
- slack :
62
- name : Notify Slack Failure
63
- needs : test
64
- runs-on : ubuntu-latest
65
- if : always() && github.event_name == 'schedule'
66
- steps :
67
- - uses : technote-space/workflow-conclusion-action@v2
68
- - uses : voxmedia/github-action-slack-notify-build@v1
69
- if : env.WORKFLOW_CONCLUSION == 'failure'
70
- with :
71
- channel : nightly-rse
72
- status : FAILED
73
- color : danger
74
- env :
75
- SLACK_BOT_TOKEN : ${{ secrets.RSE_SLACK_BOT_TOKEN }}
76
-
77
47
docs :
78
48
name : Documentation
79
49
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments