Skip to content

Commit

Permalink
use two-dimensional matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Oct 11, 2024
1 parent b045143 commit 79d6e74
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,8 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- { arch: aarch64, distro: alpine_latest }
- { arch: aarch64, distro: ubuntu_latest }
- { arch: riscv64, distro: alpine_latest }
- { arch: riscv64, distro: ubuntu_latest }
arch: [aarch64, riscv64]
distro: [alpine_latest, ubuntu_latest]
steps:
- uses: actions/checkout@v4
- name: Test the console output
Expand Down

0 comments on commit 79d6e74

Please sign in to comment.