ci: use ubuntu-latest for toml tests (#15591)

This commit is contained in:
Larpon 2022-08-29 11:43:50 +02:00 committed by GitHub
parent f285ebd91c
commit 1915bf81d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ on:
jobs:
toml-module-pass-external-test-suites:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
timeout-minutes: 30
env: