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

ci: upgrade sdl_ci.yml and native_backend_tests_ci.yml, to ubuntu-20.04, to avoid ci failures, due to the brownout period, for the deprecated ubuntu-18.04

This commit is contained in:
Delyan Angelov 2023-02-21 13:35:09 +02:00
parent 612ac69486
commit 4a81272914
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
os: [
ubuntu-18.04, ubuntu-20.04,
ubuntu-20.04,
macos-11, macos-12,
windows-2019, windows-2022
]

View File

@ -16,13 +16,13 @@ concurrency:
jobs:
v-compiles-sdl-examples:
runs-on: ubuntu-18.04
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: 30
env:
VFLAGS: -cc tcc
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build V
run: make && sudo ./v symlink