Skip to content

Commit

Permalink
Use macos-12 for intel builds (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored May 17, 2024
1 parent 867cde1 commit 2ff23db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
mac:
name: MacOS
runs-on: macos-latest
runs-on: macos-12
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
matrix: macos
runs-on:
arm: [macOS, ARM64]
intel: [macos-latest]
intel: [macos-12]
cibw-archs-macos:
arm: arm64
intel: x86_64
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
matrix: macos
runs-on:
arm: [macOS, ARM64]
intel: [macos-latest]
intel: [macos-12]
python:
major-dot-minor: '3.8'
cibw-build: 'cp38-*'
Expand Down

0 comments on commit 2ff23db

Please sign in to comment.