chore: Use M1 on CircleCI (#4958)

This commit is contained in:
Diego Mello 2023-05-04 17:06:03 -03:00 committed by GitHub
parent ed6d45cbfe
commit b1575aee8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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: {