File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
sbuild :
13
13
name : sbuild ${{ matrix.distro }}+${{ matrix.arch }}
14
14
15
- runs-on : ' ubuntu-22 .04'
15
+ runs-on : ' ubuntu-24 .04-arm '
16
16
17
17
strategy :
18
18
fail-fast : false
23
23
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
28
28
- name : sbuild for ${{ matrix.distro }} ${{ matrix.arch }}
29
29
uses : wlan-pi/sbuild-debian-package@main
43
43
name : Post Workflow Status to Slack
44
44
needs :
45
45
- sbuild
46
- runs-on : ' ubuntu-22 .04'
46
+ runs-on : ' ubuntu-24 .04-arm '
47
47
steps :
48
48
- name : Slack Workflow Notification
49
49
uses : Gamesight/slack-workflow-status@master
Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 14
14
sbuild :
15
15
name : sbuild ${{ matrix.distro }}+${{ matrix.arch }}
16
16
17
- runs-on : ' ubuntu-22 .04'
17
+ runs-on : ' ubuntu-24 .04-arm '
18
18
19
19
strategy :
20
20
fail-fast : false
26
26
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
31
31
- name : sbuild for ${{ matrix.distro }} ${{ matrix.arch }}
32
32
uses : wlan-pi/sbuild-debian-package@main
66
66
name : Post Workflow Status to Slack
67
67
needs :
68
68
- sbuild
69
- runs-on : ' ubuntu-22 .04'
69
+ runs-on : ' ubuntu-24 .04-arm '
70
70
steps :
71
71
- name : Slack Workflow Notification
72
72
uses : Gamesight/slack-workflow-status@master
You can’t perform that action at this time.
0 commit comments