mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
⬆️ Xcode (11.5)
This commit is contained in:
parent
a23297b9e0
commit
592b68486a
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ version: ~> 1.0
|
||||||
|
|
||||||
# https://docs.travis-ci.com/user/reference/osx/#macos-version
|
# https://docs.travis-ci.com/user/reference/osx/#macos-version
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode11.3 # macOS 10.14
|
osx_image: xcode11.5 # macOS 10.15.4
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -30,7 +30,7 @@ pipeline {
|
||||||
LANG = 'en_US.UTF-8'
|
LANG = 'en_US.UTF-8'
|
||||||
LANGUAGE = 'en_US.UTF-8'
|
LANGUAGE = 'en_US.UTF-8'
|
||||||
LC_ALL = 'en_US.UTF-8'
|
LC_ALL = 'en_US.UTF-8'
|
||||||
DEVELOPER_DIR = '/Applications/Xcode-11.4.1.app'
|
DEVELOPER_DIR = '/Applications/Xcode-11.5.app'
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
Loading…
Reference in a new issue