Skip to content

Commit 0d8f45e

Browse files
committed
change linux runner to amd
1 parent e190c15 commit 0d8f45e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- os: windows-2022
2222
description: v20, Windows
2323
node: 20.19.1
24-
- os: ubuntu-22.04-arm
24+
# we need to use an amd image to run the containers tests, since we build for linux/amd64
25+
- os: ubuntu-22.04
2526
description: v20, Linux
2627
node: 20.19.1
2728

0 commit comments

Comments
 (0)