GHA: Upgrade to Ubuntu 22.04 (fix #1114)
This commit is contained in:
2
.github/workflows/coverity.yml
vendored
2
.github/workflows/coverity.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
name: [linux-clang]
|
||||
include:
|
||||
- name: linux-clang
|
||||
os: ubuntu-18.04
|
||||
os: ubuntu-22.04
|
||||
compiler: clang
|
||||
steps:
|
||||
- name: Clone repository
|
||||
|
2
.github/workflows/linux-mit-interop.yml
vendored
2
.github/workflows/linux-mit-interop.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
name: [linux-clang]
|
||||
include:
|
||||
- name: linux-clang
|
||||
os: ubuntu-18.04
|
||||
os: ubuntu-22.04
|
||||
compiler: clang
|
||||
cflags: ''
|
||||
steps:
|
||||
|
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@@ -57,11 +57,11 @@ jobs:
|
||||
name: [linux-clang, linux-gcc]
|
||||
include:
|
||||
- name: linux-clang
|
||||
os: ubuntu-18.04
|
||||
os: ubuntu-22.04
|
||||
compiler: clang
|
||||
cflags: ''
|
||||
- name: linux-gcc
|
||||
os: ubuntu-18.04
|
||||
os: ubuntu-22.04
|
||||
compiler: gcc
|
||||
cflags: '-Wnonnull'
|
||||
steps:
|
||||
|
2
.github/workflows/scanbuild.yml
vendored
2
.github/workflows/scanbuild.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
name: [linux-clang]
|
||||
include:
|
||||
- name: linux-clang
|
||||
os: ubuntu-18.04
|
||||
os: ubuntu-22.04
|
||||
compiler: clang
|
||||
steps:
|
||||
- name: Clone repository
|
||||
|
4
.github/workflows/ubsan.yml
vendored
4
.github/workflows/ubsan.yml
vendored
@@ -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: ''
|
||||
|
2
.github/workflows/valgrind.yml
vendored
2
.github/workflows/valgrind.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
name: [linux-clang]
|
||||
include:
|
||||
- name: linux-clang
|
||||
os: ubuntu-18.04
|
||||
os: ubuntu-22.04
|
||||
compiler: clang
|
||||
steps:
|
||||
- name: Clone repository
|
||||
|
Reference in New Issue
Block a user