Skip to content

Commit

Permalink
Merge branch 'WLAN-Pi:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
joshschmelzle authored Jan 31, 2025
2 parents def5491 + a19a8e4 commit d6aa8d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-archive-debian-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
sbuild:
name: sbuild ${{ matrix.distro }}+${{ matrix.arch }}

runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04-arm'

strategy:
fail-fast: false
Expand All @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: sbuild for ${{ matrix.distro }} ${{ matrix.arch }}
uses: wlan-pi/sbuild-debian-package@main
Expand All @@ -44,7 +44,7 @@ jobs:
name: Post Workflow Status to Slack
needs:
- sbuild
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04-arm'
steps:
- name: Slack Workflow Notification
uses: Gamesight/slack-workflow-status@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-packagecloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
sbuild:
name: sbuild ${{ matrix.distro }}+${{ matrix.arch }}

runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04-arm'

strategy:
fail-fast: false
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
name: Post Workflow Status to Slack
needs:
- sbuild
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04-arm'
steps:
- name: Slack Workflow Notification
uses: Gamesight/slack-workflow-status@master
Expand Down

0 comments on commit d6aa8d6

Please sign in to comment.