GHA: Upgrade to Ubuntu 22.04 (fix #1114)
This commit is contained in:
@@ -57,12 +57,12 @@ jobs:
|
||||
name: [linux-clang, linux-gcc]
|
||||
include:
|
||||
- name: linux-clang
|
||||
os: ubuntu-18.04
|
||||
os: ubuntu-22.04
|
||||
compiler: clang
|
||||
cflags: '-fsanitize=undefined'
|
||||
ldflags: ''
|
||||
- name: linux-gcc
|
||||
os: ubuntu-18.04
|
||||
os: ubuntu-22.04
|
||||
compiler: gcc
|
||||
cflags: '-Wnonnull -fsanitize=undefined'
|
||||
ldflags: ''
|
||||
|
||||
Reference in New Issue
Block a user