Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
strategy:
matrix:
platform:
- runner: ubuntu-22.04
- runner: ubuntu-latest
arch: amd64
- runner: buildjet-2vcpu-ubuntu-2204-arm
- runner: ubuntu-24.04-arm
arch: arm64
runs-on: ${{ matrix.platform.runner }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fail-fast: false
matrix:
platform:
- runner: ubuntu-22.04
- runner: ubuntu-latest
arch: amd64
- runner: buildjet-2vcpu-ubuntu-2204-arm
- runner: ubuntu-24.04-arm
arch: arm64
runs-on: ${{ matrix.platform.runner }}
timeout-minutes: 60
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fail-fast: false
matrix:
platform:
- runner: ubuntu-22.04
- runner: ubuntu-latest
arch: x86_64
- runner: buildjet-2vcpu-ubuntu-2204-arm
- runner: ubuntu-24.04-arm
arch: aarch64
runs-on: ${{ matrix.platform.runner }}
timeout-minutes: 180
Expand Down
Loading