Skip to content

Commit bec1368

Browse files
use arm runner and actions/checkout@v4
1 parent b000267 commit bec1368

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build-and-archive-debian-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
sbuild:
1313
name: sbuild ${{ matrix.distro }}+${{ matrix.arch }}
1414

15-
runs-on: 'ubuntu-22.04'
15+
runs-on: 'ubuntu-24.04-arm'
1616

1717
strategy:
1818
fail-fast: false
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: sbuild for ${{ matrix.distro }} ${{ matrix.arch }}
2929
uses: wlan-pi/sbuild-debian-package@main
@@ -43,7 +43,7 @@ jobs:
4343
name: Post Workflow Status to Slack
4444
needs:
4545
- sbuild
46-
runs-on: 'ubuntu-22.04'
46+
runs-on: 'ubuntu-24.04-arm'
4747
steps:
4848
- name: Slack Workflow Notification
4949
uses: Gamesight/slack-workflow-status@master

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/deploy-to-packagecloud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sbuild:
1515
name: sbuild ${{ matrix.distro }}+${{ matrix.arch }}
1616

17-
runs-on: 'ubuntu-22.04'
17+
runs-on: 'ubuntu-24.04-arm'
1818

1919
strategy:
2020
fail-fast: false
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: sbuild for ${{ matrix.distro }} ${{ matrix.arch }}
3232
uses: wlan-pi/sbuild-debian-package@main
@@ -66,7 +66,7 @@ jobs:
6666
name: Post Workflow Status to Slack
6767
needs:
6868
- sbuild
69-
runs-on: 'ubuntu-22.04'
69+
runs-on: 'ubuntu-24.04-arm'
7070
steps:
7171
- name: Slack Workflow Notification
7272
uses: Gamesight/slack-workflow-status@master

0 commit comments

Comments
 (0)