From a976e01ef73f6ed039a50683a24e07175adcf80d Mon Sep 17 00:00:00 2001 From: gentlegiantJGC Date: Fri, 1 May 2026 10:43:37 +0100 Subject: [PATCH] Re-add builds for intel macos These were accidentally removed in the workflow rewrite --- .github/workflows/python-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index c9b298f..9a6baac 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -14,6 +14,8 @@ jobs: - { os: windows-2025, python-version: '3.12', architecture: x64 } - { os: windows-11-arm, python-version: '3.11', architecture: arm64 } - { os: windows-11-arm, python-version: '3.12', architecture: arm64 } + - { os: macos-15-intel, python-version: '3.11', architecture: x64 } + - { os: macos-15-intel, python-version: '3.12', architecture: x64 } - { os: macos-15, python-version: '3.11', architecture: arm64 } - { os: macos-15, python-version: '3.12', architecture: arm64 }