Skip to content

Commit cb6cc3b

Browse files
committed
Fix memray on old macOS versions
1 parent 49bd327 commit cb6cc3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
run: |
4646
sudo apt-get install build-essential python3-dev libdebuginfod-dev libunwind-dev liblz4-dev -y -qq
4747
- name: run tests
48+
env:
49+
MACOSX_DEPLOYMENT_TARGET: 10.14
4850
run: |
4951
pip install -U pip setuptools wheel
5052
pip install -r dev_requirements.txt

0 commit comments

Comments
 (0)