diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 506fd73ef..b69d0aab4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,6 +12,9 @@ jobs: strategy: matrix: job: + - os: macos-15-intel + target: x86_64-apple-darwin + use-cross: false - os: macos-latest target: aarch64-apple-darwin use-cross: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b19c4906..1a71e1ccd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,9 @@ jobs: - os: macos-latest target: aarch64-apple-darwin use-cross: false + - os: macos-15-intel + target: x86_64-apple-darwin + use-cross: false - os: windows-latest target: x86_64-pc-windows-msvc use-cross: false