Skip to content

Commit

Permalink
fix: make macos-x86_64 run on x86 hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Apr 26, 2024
1 parent b7342f1 commit f9621ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
path: py-rattler/dist

macos-x86_64:
runs-on: macos-latest
runs-on: macos-13 # x86_64 runner
name: Build x86_64-macos
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f9621ba

Please sign in to comment.