Skip to content

Commit 16a2495

Browse files
committed
update ci to 5.12.4
1 parent d1cefe9 commit 16a2495

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ services:
55

66
sudo: required
77
dist: trusty
8-
osx_image: xcode10.1
8+
osx_image: xcode10.2
99

1010
env:
1111
global:
1212
- QDEP_CACHE_DIR=$HOME/.qdep-cache
13-
- QT_VER=5.12.3
13+
- QT_VER=5.12.4
1414
- DOCKER_IMAGE=base
1515
- MAKE_RUN_TESTS=true
1616
- TARGET_NAME=qtservice

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image:
44
version: build-{build}
55

66
environment:
7-
QT_VER: 5.12.3
7+
QT_VER: 5.12.4
88
MAKE_RUN_TESTS: true
99
TARGET_NAME: qtservice
1010

0 commit comments

Comments
 (0)