Skip to content

Commit

Permalink
XCode Update?
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Oct 21, 2023
1 parent 6ff6d25 commit d4dfdcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@ jobs:
- name: Install Requirements
run: pip install -r requirements.txt

- name: Install XCode
if: matrix.os == 'macos-latest'
uses: maxim-lobanov/setup-xcode@v1.5.1
with:
xcode-version: latest

- name: Build Wheels
if: runner.os == 'macOS'
env:
Expand Down

0 comments on commit d4dfdcc

Please sign in to comment.