CI: change to 'focal'

This commit is contained in:
Christian Rauch 2020-05-11 23:06:32 +01:00
parent 8ead328887
commit ea88e03ed8

View File

@ -8,7 +8,7 @@ branches:
matrix: matrix:
include: include:
- os: linux - os: linux
dist: xenial dist: focal
name: "X11 shared library" name: "X11 shared library"
addons: addons:
apt: apt:
@ -21,7 +21,7 @@ matrix:
- BUILD_SHARED_LIBS=ON - BUILD_SHARED_LIBS=ON
- CFLAGS=-Werror - CFLAGS=-Werror
- os: linux - os: linux
dist: xenial dist: focal
name: "X11 static library" name: "X11 static library"
addons: addons:
apt: apt:
@ -34,7 +34,7 @@ matrix:
- BUILD_SHARED_LIBS=OFF - BUILD_SHARED_LIBS=OFF
- CFLAGS=-Werror - CFLAGS=-Werror
- os: linux - os: linux
dist: xenial dist: focal
name: "Wayland shared library" name: "Wayland shared library"
addons: addons:
apt: apt:
@ -50,7 +50,7 @@ matrix:
- BUILD_SHARED_LIBS=ON - BUILD_SHARED_LIBS=ON
- CFLAGS=-Werror - CFLAGS=-Werror
- os: linux - os: linux
dist: xenial dist: focal
name: "Wayland static library" name: "Wayland static library"
addons: addons:
apt: apt:
@ -66,7 +66,7 @@ matrix:
- BUILD_SHARED_LIBS=OFF - BUILD_SHARED_LIBS=OFF
- CFLAGS=-Werror - CFLAGS=-Werror
- os: linux - os: linux
dist: bionic dist: focal
name: "Null shared library" name: "Null shared library"
addons: addons:
apt: apt:
@ -77,7 +77,7 @@ matrix:
- USE_OSMESA=ON - USE_OSMESA=ON
- CFLAGS=-Werror - CFLAGS=-Werror
- os: linux - os: linux
dist: bionic dist: focal
name: "Null static library" name: "Null static library"
addons: addons:
apt: apt: