Skip to content

Commit

Permalink
Test macos needs sudo with current code
Browse files Browse the repository at this point in the history
  • Loading branch information
achaikou committed Oct 27, 2023
1 parent 74ca829 commit 2e01d1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- os: ubuntu-20.04
arch: i686
- os: macos-11
privledges: "sudo"
#privledges: "sudo"
arch: x86_64
- os: macos-13-xlarge
privledges: "sudo"
arch: arm64
#- os: macos-13-xlarge
# privledges: "sudo"
# arch: arm64

steps:
- name: Disable autocrlf
Expand Down

0 comments on commit 2e01d1e

Please sign in to comment.