Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#11674 Run only on macOS 12 with latest Python. #11675

Merged
merged 2 commits into from Sep 17, 2022

Conversation

adiroiban
Copy link
Member

@adiroiban adiroiban commented Sep 16, 2022

Scope and purpose

Fixes #11674

MacOS 10 will be removed soon.. or already removed.

Macos11 with Python 3.7 the minimum version fails with

File "/Users/runner/work/twisted/twisted/.tox/alldeps-withcov-posix/lib/python3.7/site-packages/twisted/internet/test/_posixifaces.py", line 31, in <module>
    libc = CDLL(find_library("c") or "")
  File "/Users/runner/hostedtoolcache/Python/3.7.14/x64/lib/python3.7/ctypes/__init__.py", line 364, in __init__
    self._handle = _dlopen(self._name, mode)
builtins.OSError: dlopen(, 6): no suitable image found.  Did find:

stop pretending that we care about macOS and just remove the CI for older versions.

@adiroiban adiroiban changed the title #11674 Run on macOS 11 as minimum macOS. #11674 Run only on macOS 12 with latest Python. Sep 16, 2022
@adiroiban
Copy link
Member Author

all green . please review

@exarkun exarkun merged commit 4682c2e into trunk Sep 17, 2022
@exarkun exarkun deleted the 11674-remove-older-macos-ci branch September 17, 2022 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove macOS 10.15 from GitHub Actions
3 participants