Attempt fix brew errors (#5345)

Disable macOS Intel for now.
This commit is contained in:
Jeroen van Rijn
2025-06-16 12:06:20 +02:00
committed by GitHub
parent 9c9380d158
commit 4281dc4999

View File

@@ -75,7 +75,7 @@ jobs:
fail-fast: false
matrix:
# MacOS 13 runs on Intel, 14 runs on ARM
os: [macos-13, macos-14, ubuntu-latest]
os: [macos-14, ubuntu-latest]
runs-on: ${{ matrix.os }}
name: ${{ matrix.os == 'macos-14' && 'MacOS ARM' || (matrix.os == 'macos-13' && 'MacOS Intel') || (matrix.os == 'ubuntu-latest' && 'Ubuntu') }} Build, Check, and Test
timeout-minutes: 15