Skip to content

Commit 94dc3c1

Browse files
committed
ci: fix the platform image for gg-regressions to ubuntu-20.04 (github is migrating ubuntu-latest to 22.04)
1 parent 70fed41 commit 94dc3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gg_regressions_ci.yml

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

1111
jobs:
1212
gg-regressions:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
1515
timeout-minutes: 10
1616
env:

0 commit comments

Comments
 (0)