Skip to content

Commit

Permalink
ci: switch to ubuntu-22.04-arm
Browse files Browse the repository at this point in the history
hopefully that is faster...
  • Loading branch information
foosel committed Feb 19, 2025
1 parent d00dbba commit db70148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ jobs:
needs: build

strategy:
fail-fast: false
matrix:
os: [ "ubuntu-latest", "ubuntu-latest-arm" ]
os: [ "ubuntu-latest", "ubuntu-22.04-arm" ]
arch: [ "armhf", "arm64" ]

runs-on: "${{ matrix.os }}"
Expand Down

0 comments on commit db70148

Please # to comment.