increased the version of Linux on CI

This commit is contained in:
Igor Korsukov 2021-09-23 11:29:57 +02:00
parent 3ca622a447
commit 2513676e51
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ on:
jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.5.0
@ -79,7 +79,7 @@ jobs:
path: ./build.artifacts/
run_mtests:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
env:
# Enable AddressSanitizer in the mtest build
CFLAGS: "-fsanitize=address -fno-omit-frame-pointer"