Skip to content

Commit c71224e

Browse files
committed
Downgrade ubuntu version to 22.04 on e2e tests
1 parent e3a6854 commit c71224e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616

1717
env:
1818
ADMG_ACCESS_TOKEN: ${{ secrets.ADMG_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)