Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Jan 26, 2025
1 parent 212ca96 commit 7ff7ba8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/manual_test_builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ jobs:
strategy:
matrix:
include:
- host: ${{ inputs.host == 'ALL' || inputs.host == 'aarch64-Linux' }}
- if: ${{ inputs.host == 'ALL' || inputs.host == 'aarch64-Linux' }}
host: 'aarch64-Linux'
runner: ubuntu-24.04-arm
- host: ${{ inputs.host == 'ALL' || inputs.host == 'x86_64-Linux' }}
- if: ${{ inputs.host == 'ALL' || inputs.host == 'x86_64-Linux' }}
host: 'x86_64-Linux'
runner: ubuntu-latest
if: ${{ matrix.host }}
runs-on: ${{ matrix.runner }}
timeout-minutes: 90
permissions:
Expand Down

0 comments on commit 7ff7ba8

Please sign in to comment.