Skip to content

Commit

Permalink
[ci] Bump Fedora version on GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
D4N committed Aug 2, 2019
1 parent 70f9405 commit 2032767
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ stages:
- deploy

Fedora:
image: fedora:28
image: fedora:latest
<<: *default_config
<<: *distro_build

Fedora_MinGW:
image: fedora:29
image: fedora:latest
before_script:
- dnf -y upgrade
- dnf -y install mingw64-gcc-c++ mingw64-filesystem mingw64-expat mingw64-zlib cmake make
Expand Down Expand Up @@ -70,7 +70,7 @@ OpenSUSE:
<<: *distro_build

Install:
image: fedora:28
image: fedora:latest
stage: deploy
<<: *default_config
script:
Expand All @@ -82,7 +82,7 @@ Install:
- EXIV2_BINDIR=/usr/bin/ make tests

pages:
image: fedora:28
image: fedora:latest
stage: deploy
<<: *default_config
script:
Expand Down

0 comments on commit 2032767

Please sign in to comment.