Skip to content

Commit 3b1ab3b

Browse files
committed
try ubuntu arm runner
1 parent dcbfb2b commit 3b1ab3b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/hermes.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ concurrency:
1111

1212
jobs:
1313
starknet-integration-tests:
14+
strategy:
15+
matrix:
16+
os: [ubuntu-24.04, ubuntu-24.04-arm]
1417
name: Run Starknet Integration Tests
15-
runs-on: ubuntu-20.04
18+
runs-on: ${{ matrix.os }}
1619
timeout-minutes: 60
1720
steps:
1821
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)