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:
parent
612ac69486
commit
4a81272914
@ -53,7 +53,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [
|
os: [
|
||||||
ubuntu-18.04, ubuntu-20.04,
|
ubuntu-20.04,
|
||||||
macos-11, macos-12,
|
macos-11, macos-12,
|
||||||
windows-2019, windows-2022
|
windows-2019, windows-2022
|
||||||
]
|
]
|
||||||
|
4
.github/workflows/sdl_ci.yml
vendored
4
.github/workflows/sdl_ci.yml
vendored
@ -16,13 +16,13 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
v-compiles-sdl-examples:
|
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'
|
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc tcc
|
VFLAGS: -cc tcc
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Build V
|
- name: Build V
|
||||||
run: make && sudo ./v symlink
|
run: make && sudo ./v symlink
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user