Skip to content

Commit b6a2234

Browse files
committed
Downgrade runner to ubuntu-22.04 to avoid chromium sandbox error
1 parent e09575f commit b6a2234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wrapper_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
framework: [react, vue]
119119
runner: [devextreme-shr2]
120120
include:
121-
- runner: ubuntu-latest
121+
- runner: ubuntu-22.04
122122
framework: angular
123123
runs-on: ${{ matrix.runner }}
124124

0 commit comments

Comments
 (0)