chore: Use M1 on CircleCI (#4958)
This commit is contained in:
parent
ed6d45cbfe
commit
b1575aee8f
|
@ -7,7 +7,7 @@ orbs:
|
|||
macos: &macos
|
||||
macos:
|
||||
xcode: "14.2.0"
|
||||
resource_class: large
|
||||
resource_class: macos.m1.large.gen1
|
||||
|
||||
bash-env: &bash-env
|
||||
BASH_ENV: "~/.nvm/nvm.sh"
|
||||
|
|
|
@ -9,9 +9,9 @@ module.exports = {
|
|||
},
|
||||
artifacts: {
|
||||
plugins: {
|
||||
screenshot: 'failing',
|
||||
video: 'failing',
|
||||
uiHierarchy: 'enabled'
|
||||
screenshot: process.env.CI ? undefined : 'failing',
|
||||
video: process.env.CI ? undefined : 'failing',
|
||||
uiHierarchy: process.env.CI ? undefined : 'enabled'
|
||||
}
|
||||
},
|
||||
apps: {
|
||||
|
|
Loading…
Reference in New Issue