Skip to content

Commit a0e5296

Browse files
committed
bump GHA e2e to use ubuntu-latest (20.04 is being removed 20250401)
1 parent aee55cb commit a0e5296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
e2e:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)