diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2021-04-06 15:55:31 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-04-06 15:55:45 +1000 |
commit | 92047e5d99f271a3c7253b4f1b7b7cca4a6ac834 (patch) | |
tree | 60f302b01c084571356cac82f178a988fc6cb42d | |
parent | b8d3c29f59c15f375911192f9920c96943504bf3 (diff) |
gitlab CI: bump to use Fedora 33
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0397f91..a5ed226 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,9 +17,9 @@ stages: .fedora: variables: - FDO_DISTRIBUTION_VERSION: 32 + FDO_DISTRIBUTION_VERSION: 33 FDO_DISTRIBUTION_PACKAGES: 'git autoconf automake libtool make xorg-x11-server-devel libudev-devel libevdev-devel libinput-devel xorg-x11-util-macros' - FDO_DISTRIBUTION_TAG: '2020-05-19.0' + FDO_DISTRIBUTION_TAG: '2021-04-06.0' fedora@container_build: @@ -48,7 +48,7 @@ fedora@container_build: - _builddir/config.log -fedora:32@default-build: +fedora:33@default-build: extends: - .fedora - .fdo.distribution-image@fedora |