Skip to content

Specifically test macos-14 #111

Specifically test macos-14

Specifically test macos-14 #111

Triggered via pull request March 18, 2024 11:26
@rhpvordermanrhpvorderman
synchronize #36
macos14
Status Failure
Total duration 3m 53s
Artifacts

ci.yml

on: pull_request
Matrix: deploy
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
deploy (macos-14, x86_64, true)
Command ['/bin/sh', '-c', 'pytest /Users/runner/work/python-zlib-ng/python-zlib-ng/tests/test_zlib_compliance.py /Users/runner/work/python-zlib-ng/python-zlib-ng/tests/test_gzip_compliance.py /Users/runner/work/python-zlib-ng/python-zlib-ng/tests/test_gzip_ng.py'] failed with code 2. None
deploy (macos-14, x86_64, true)
Process completed with exit code 1.
deploy (macos-14, x86_64, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2.3.4, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy (macos-14, x86_64, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.3.4, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy (macos-14, x86_64, true)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy (macos-14, x86_64, true)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy (macos-14, x86_64, true)
While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: "cp38-macosx_*:arm64"`.