Skip to content

Commit ac6d486

Browse files
authored
Drop macos-intel from CI (#1553)
* Drop macos-intel from CI * Put back binary build for macos intel
1 parent b270da7 commit ac6d486

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,17 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
python: ["3.10", "3.14"]
24-
os: [ubuntu-latest, ubuntu-arm, macos-intel, macos-arm, windows-latest]
24+
os: [ubuntu-latest, ubuntu-arm, macos-arm, windows-latest]
2525
include:
2626
- os: ubuntu-latest
2727
python: "3.14"
2828
docsTarget: true
2929
openaiTestTarget: true
3030
clippyLinter: true
3131
- python: "3.10"
32-
pytestExtraArgs: "--reruns 3 --only-rerun \"RuntimeError: Failed validating workflow\""
32+
pytestExtraArgs: '--reruns 3 --only-rerun "RuntimeError: Failed validating workflow"'
3333
- os: ubuntu-arm
3434
runsOn: ubuntu-24.04-arm64-2-core
35-
- os: macos-intel
36-
runsOn: macos-15-intel
3735
- os: macos-arm
3836
runsOn: macos-latest
3937
runs-on: ${{ matrix.runsOn || matrix.os }}

0 commit comments

Comments
 (0)