Skip to content

Commit

Permalink
fixup [ci] Fix Mac OS CI python environment
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-durand committed Jan 8, 2023
1 parent 0920228 commit a2c1180
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:

steps:
# update Xcode version to fix linker bug
# - uses: maxim-lobanov/setup-xcode@v1
# with:
# xcode-version: '14.1'
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2'

- name: Setup environment - Brew tap
run: |
Expand Down

0 comments on commit a2c1180

Please sign in to comment.