build: use newer xCode image (#25564)
* build: use newer xCode image * build: log changed file paths
This commit is contained in:
parent
c50ded2b71
commit
dae60e01d4
2 changed files with 5 additions and 3 deletions
|
@ -85,17 +85,17 @@ machine-linux-2xlarge: &machine-linux-2xlarge
|
||||||
|
|
||||||
machine-mac: &machine-mac
|
machine-mac: &machine-mac
|
||||||
macos:
|
macos:
|
||||||
xcode: "11.5.0"
|
xcode: "12.2.0"
|
||||||
|
|
||||||
machine-mac-large: &machine-mac-large
|
machine-mac-large: &machine-mac-large
|
||||||
resource_class: large
|
resource_class: large
|
||||||
macos:
|
macos:
|
||||||
xcode: "11.5.0"
|
xcode: "12.2.0"
|
||||||
|
|
||||||
machine-mac-large-arm: &machine-mac-large-arm
|
machine-mac-large-arm: &machine-mac-large-arm
|
||||||
resource_class: large
|
resource_class: large
|
||||||
macos:
|
macos:
|
||||||
xcode: "12.0.0-large"
|
xcode: "12.2.0"
|
||||||
|
|
||||||
# Build configurations options.
|
# Build configurations options.
|
||||||
env-testing-build: &env-testing-build
|
env-testing-build: &env-testing-build
|
||||||
|
|
|
@ -32,6 +32,8 @@ async function checkIfDocOnlyChange () {
|
||||||
owner: 'electron', repo: 'electron', pull_number: pullRequestNumber
|
owner: 'electron', repo: 'electron', pull_number: pullRequestNumber
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log('Changed Files:', filesChanged.data.map(fileInfo => fileInfo.filename));
|
||||||
|
|
||||||
const nonDocChange = filesChanged.data.find((fileInfo) => {
|
const nonDocChange = filesChanged.data.find((fileInfo) => {
|
||||||
const fileDirs = fileInfo.filename.split('/');
|
const fileDirs = fileInfo.filename.split('/');
|
||||||
if (fileDirs[0] !== 'docs') {
|
if (fileDirs[0] !== 'docs') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue