diff options
author | Will Thompson <wjt@endlessm.com> | 2020-06-01 13:52:46 +0100 |
---|---|---|
committer | Will Thompson <wjt@endlessm.com> | 2020-06-01 13:52:46 +0100 |
commit | c89f37f06b3e21e0d829de413485a92d06bb1e66 (patch) | |
tree | be9e392b044114b27bca3729c0c219f361689157 /.gitlab-ci.yml | |
parent | 5b354e84f02d90aaa39a405806f19bd80edf296e (diff) | |
download | gnome-initial-setup-c89f37f06b3e21e0d829de413485a92d06bb1e66.tar.gz |
ci: Build against Fedora 33
We will start depending on 3.37 versions of things.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b294836..835a929 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: fedora:32 +image: fedora:33 stages: - build |