Skip to content

Commit

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

This reverts commit 7390232.
  • Loading branch information
charliermarsh authored and Czaki committed Feb 9, 2024
1 parent b4f2882 commit 88201eb
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 88201eb

Please sign in to comment.