Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jun 9, 2024
1 parent 86c3a21 commit 8c054ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install UV
run: |
pipx install uv
if [ "${{ matrix.os }}" == "macos-14" ]
if [ "${{ matrix.os }}" == "macos-14" ]; then
uv venv --python python3.12 build-pillow
source build-pillow/bin/activate
export MACOSX_DEPLOYMENT_TARGET=10.9
Expand Down

0 comments on commit 8c054ae

Please sign in to comment.