Skip to content

Commit e3a7a5a

Browse files
committed
[ci] Bump Fedora version on GitLab CI
1 parent 732741d commit e3a7a5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ stages:
3232
- deploy
3333

3434
Fedora:
35-
image: fedora:28
35+
image: fedora:latest
3636
<<: *default_config
3737
<<: *distro_build
3838

3939
Fedora_MinGW:
40-
image: fedora:29
40+
image: fedora:latest
4141
before_script:
4242
- dnf -y upgrade
4343
- dnf -y install mingw64-gcc-c++ mingw64-filesystem mingw64-expat mingw64-zlib cmake make
@@ -70,7 +70,7 @@ OpenSUSE:
7070
<<: *distro_build
7171

7272
Install:
73-
image: fedora:28
73+
image: fedora:latest
7474
stage: deploy
7575
<<: *default_config
7676
script:
@@ -82,7 +82,7 @@ Install:
8282
- EXIV2_BINDIR=/usr/bin/ make tests
8383

8484
pages:
85-
image: fedora:28
85+
image: fedora:latest
8686
stage: deploy
8787
<<: *default_config
8888
script:

0 commit comments

Comments
 (0)