Skip to content

Commit 693dc5a

Browse files
authored
test: add arm images to example-basic workflow (cypress-io#1794)
1 parent baefc71 commit 693dc5a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/example-basic.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ jobs:
2222
matrix:
2323
os:
2424
- ubuntu-22.04
25+
- ubuntu-22.04-arm
2526
- ubuntu-24.04
27+
- ubuntu-24.04-arm
2628
- ubuntu-26.04
2729
- windows-2025
30+
- windows-11-arm
2831
- macos-26
2932
- macos-26-intel
3033
runs-on: ${{ matrix.os }}
@@ -50,9 +53,12 @@ jobs:
5053
matrix:
5154
os:
5255
- ubuntu-22.04
56+
- ubuntu-22.04-arm
5357
- ubuntu-24.04
58+
- ubuntu-24.04-arm
5459
- ubuntu-26.04
5560
- windows-2025
61+
- windows-11-arm
5662
- macos-26
5763
- macos-26-intel
5864
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)