Skip to content

Commit 7ec7008

Browse files
authored
Add an ARM runner to CI
1 parent 00d5545 commit 7ec7008

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/minimal-usage.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@ on:
1010
permissions: read-all
1111
jobs:
1212
minimal_usage:
13-
runs-on: ubuntu-latest
13+
runs-on: ${{ matrix.os }}
14+
strategy:
15+
matrix:
16+
include:
17+
- os: ubuntu-24.04-arm
18+
- os: ubuntu-24.04
19+
- os: ubuntu-latest
1420
steps:
15-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
21+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1622
- uses: ./
1723
- name: Test EESSI
1824
run: |

0 commit comments

Comments
 (0)