ci: use CircleCI hosted macOS arm64 runners for testing (#41649)

This commit is contained in:
John Kleinschmidt 2024-03-21 14:07:18 -04:00 committed by GitHub
parent 587b66acc1
commit 1036d824fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 17 deletions

View file

@ -760,7 +760,8 @@ describe('app module', () => {
}).to.throw(/'name' is required when type is not mainAppService/);
});
ifit(isVenturaOrHigher)('throws when getting non-default type with no name', () => {
// TODO this test does not work on CircleCI arm64 macs
ifit(isVenturaOrHigher && process.arch !== 'arm64')('throws when getting non-default type with no name', () => {
expect(() => {
app.getLoginItemSettings({
type: 'daemonService'