1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix the platform image for gg-regressions to ubuntu-20.04 (github is migrating ubuntu-latest to 22.04)

This commit is contained in:
Delyan Angelov 2022-12-06 09:13:02 +02:00
parent 70fed41660
commit 94dc3c1c36
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -10,7 +10,7 @@ on:
jobs:
gg-regressions:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
timeout-minutes: 10
env: