Skip to content

Commit

Permalink
Revert "Revert "Use publicly available Apple Silicon runners (#9726)" (
Browse files Browse the repository at this point in the history
…#9834)"

This reverts commit 7390232.
  • Loading branch information
charliermarsh committed Feb 6, 2024
1 parent 83195a6 commit 4ae9ced
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
path: dist

macos-x86_64:
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -74,11 +74,6 @@ jobs:
with:
target: x86_64
args: --release --locked --out dist
- name: "Test wheel - x86_64"
run: |
pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
ruff --help
python -m ruff --help
- name: "Upload wheels"
uses: actions/upload-artifact@v3
with:
Expand All @@ -98,7 +93,7 @@ jobs:
*.sha256
macos-universal:
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4ae9ced

Please sign in to comment.