From 249dfa352cd1b2d948a48ae69adc32357e25f634 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Thu, 23 Jan 2025 17:20:01 +0100 Subject: [PATCH] Drop intel macOS build from push This builds becomes less relevant as all currently sold Apple computers contain Apple Silicon CPUs. This build rarely fails in isolation anyway. For the time being, we'll keep the nightly builds in all configurations. --- .github/workflows/push.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4705b8874dd05..b92a55b58b87d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -198,8 +198,6 @@ jobs: fail-fast: false matrix: include: - - os: 13 - arch: X64 - os: 14 arch: ARM64 name: MACOS_${{ matrix.arch }}_DEBUG_NTS