-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[macOS] The macOS 12
Actions runner image will begin deprecation on 10/7/24 and will be fully unsupported by 12/3/24 for GitHub and by 01/13/25 for ADO
#10721
[macOS] The macOS 12
Actions runner image will begin deprecation on 10/7/24 and will be fully unsupported by 12/3/24 for GitHub and by 01/13/25 for ADO
#10721
Comments
Its days are numbered: actions/runner-images#10721
- Days of `macos-12` are numbered: actions/runner-images#10721 Drop 5 affected jobs, replaced by `macos-15` ones added earlier today. - Drop Xcode 14 and 16 from `macos-14` jobs. Following up upstream announcement: actions/runner-images#10703 (No active jobs are affected by this.) Follow-up to 4b4ff44 #15108 Closes #15113
See: actions/runner-images#10721 closes: #15780 Signed-off-by: Philip H. <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
Hey @jaimergp! I noticed that last time you bumped the version of macOS. I think https://github.com/conda-forge will be affected now as well. |
Somebody jumped the gun? Microsoft-hosted agents > Software already says |
Because GitHub is about to deprecate macos-12, and macos-15 is about to leave beta. See actions/runner-images#10721
Also dropped the about-to-be-deprecated macos-12. Squashed commit of the following: commit 17e712b3346ac380132bd50d7071bac9768a1fa8 Author: Paul Colby <[email protected]> Date: Sat Oct 5 14:36:03 2024 +1000 Restore the Linux and Windows builds commit 17a4ddc Author: Paul Colby <[email protected]> Date: Sat Oct 5 12:56:41 2024 +1000 Correct a Qt version number commit 42e7078 Author: Paul Colby <[email protected]> Date: Sat Oct 5 12:54:49 2024 +1000 Extend the macOS timeout to 15 minutes Sometimes they take a bit longer to build. commit f668de2 Author: Paul Colby <[email protected]> Date: Sat Oct 5 12:47:40 2024 +1000 Restore the remaining macOS builds commit 965ce30 Author: Paul Colby <[email protected]> Date: Sat Oct 5 12:46:03 2024 +1000 Return to the macOS runner's provded CMake commit 763026a Author: Paul Colby <[email protected]> Date: Sat Oct 5 12:45:37 2024 +1000 Exclude Qt 5.x and 6.2 with Clang on macOS 14+ commit 2887b8f Author: Paul Colby <[email protected]> Date: Sat Oct 5 12:01:36 2024 +1000 Determine which combinations are actually hanging So we can simply exclude them for now, subject to further testing on local hardware. commit e15a9e9 Author: Paul Colby <[email protected]> Date: Sat Oct 5 11:49:18 2024 +1000 Enable debugging via Qt's logging rules commit 48defe8 Author: Paul Colby <[email protected]> Date: Sat Oct 5 11:40:36 2024 +1000 Try a completely different test case Just to narrow down the test vs framework. commit f810201 Author: Paul Colby <[email protected]> Date: Sat Oct 5 11:29:57 2024 +1000 Correct the path to the test binary commit d2f3924 Author: Paul Colby <[email protected]> Date: Sat Oct 5 11:23:43 2024 +1000 Get more macOS debugging commit 1e9617b Author: Paul Colby <[email protected]> Date: Sat Oct 5 11:17:39 2024 +1000 Reduce the timeout on macOS builds The default is 360 minutes, but the macOS jobs take ~5 minutes. commit 309647d Author: Paul Colby <[email protected]> Date: Sat Oct 5 10:57:21 2024 +1000 Get some test debug info on macOS commit ceb77f9 Author: Paul Colby <[email protected]> Date: Sat Oct 5 10:50:16 2024 +1000 Clarify some comments Based on the info in this Qt blog post: https://www.qt.io/blog/qt-on-apple-silicon commit ac1ce11 Author: Paul Colby <[email protected]> Date: Sat Oct 5 10:34:22 2024 +1000 Use gcov 14 (with gcc 14) commit b3a4436 Author: Paul Colby <[email protected]> Date: Sat Oct 5 10:25:33 2024 +1000 Disable clang temporarily to test coverage builds commit 3fc6b7a Author: Paul Colby <[email protected]> Date: Fri Oct 4 22:36:02 2024 +1000 Reinstate the macOS coverage builds commit fede720 Author: Paul Colby <[email protected]> Date: Fri Oct 4 22:18:39 2024 +1000 Restore the macOS clang builds commit 735ac31 Author: Paul Colby <[email protected]> Date: Fri Oct 4 22:14:13 2024 +1000 Skip some superfluous `echo` commands commit 14dfeb6 Author: Paul Colby <[email protected]> Date: Fri Oct 4 22:07:38 2024 +1000 Reinstace the Qt6 macOS gcc exclusions Since every one of those is still affected by QTBUG-107050. See https://bugreports.qt.io/browse/QTBUG-107050 commit 93be4da Author: Paul Colby <[email protected]> Date: Fri Oct 4 21:49:43 2024 +1000 Correct a step's output access syntax commit e32b03b Author: Paul Colby <[email protected]> Date: Fri Oct 4 21:39:18 2024 +1000 Correct the `env.cc` reference commit d507bb9 Author: Paul Colby <[email protected]> Date: Fri Oct 4 21:36:51 2024 +1000 Restore the Qt 5.10 (QTBUG-66585) exclusion commit 13c9f71 Author: Paul Colby <[email protected]> Date: Fri Oct 4 21:26:58 2024 +1000 Correct workflow property name commit 3f7365b Author: Paul Colby <[email protected]> Date: Fri Oct 4 21:25:17 2024 +1000 Correct a variable name commit 4730ac1 Author: Paul Colby <[email protected]> Date: Fri Oct 4 21:23:01 2024 +1000 Exclude macOS 14+ w/ gcc w/ Qt <6.2 commit aeae589 Author: Paul Colby <[email protected]> Date: Fri Oct 4 20:50:33 2024 +1000 See if *any* gcc builds will pass on macOS 13+ commit ca87858 Author: Paul Colby <[email protected]> Date: Fri Oct 4 20:46:24 2024 +1000 Derive the build ID's arch from the target archs commit a337881 Author: Paul Colby <[email protected]> Date: Fri Oct 4 20:37:14 2024 +1000 Remove the early exit commit 51ffc8b Author: Paul Colby <[email protected]> Date: Fri Oct 4 20:23:07 2024 +1000 Correct the arch handling for gcc commit f7f58ef Author: Paul Colby <[email protected]> Date: Fri Oct 4 19:58:07 2024 +1000 Choose the best available macOS arch commit 271da5c Author: Paul Colby <[email protected]> Date: Fri Oct 4 19:30:13 2024 +1000 Assign CMAKE_OSX_ARCHITECTURES in its own step So we can add more logic to it shortly. commit b342e39 Author: Paul Colby <[email protected]> Date: Fri Oct 4 18:38:57 2024 +1000 Disable gcov builds for now commit 2fa12aa Author: Paul Colby <[email protected]> Date: Fri Oct 4 16:54:46 2024 +1000 Try Qt's own CMake version commit d715bb6 Author: Paul Colby <[email protected]> Date: Fri Oct 4 16:11:13 2024 +1000 Disable Linux and Windows builds for now Just to speed up testing macOS on GitHub runners. commit 40d1901 Author: Paul Colby <[email protected]> Date: Fri Oct 4 14:07:51 2024 +1000 Try macos-15, and gcc-14 on macos runners Because GitHub is about to deprecate macos-12, and macos-15 is about to leave beta. See actions/runner-images#10721
This change upgrades the runner images in CI to macOS 13. macOS 12 runners are being deprecated. See actions/runner-images#10721 for more information. Signed-off-by: Austin Vazquez <[email protected]>
macOS-12 is deprecated and will be removed actions/runner-images#10721
See actions/runner-images#10721 Newer runner does not include Tcl/Tk or SWIG, so we have to add these to the setup.
See actions/runner-images#10721 Newer runner does not include Tcl/Tk or SWIG, so we have to add these to the setup.
See actions/runner-images#10721 Newer runner does not include SWIG or Tcl/Tk 8, so we have to add these to the setup.
See actions/runner-images#10721 Newer runner does not include SWIG or Tcl/Tk 8, so we have to add these to the setup.
See actions/runner-images#10721 Newer runner does not include SWIG or Tcl/Tk 8, so we have to add these to the setup.
See actions/runner-images#10721 Newer runner does not include SWIG or Tcl/Tk 8, so we have to add these to the setup. Some Python wheel tests fail with particular Python/mac-os version combos. Will need to look into that another time.
# Summary - Temporarily disabling tests that use macos-12 runners ([deprecated by github](actions/runner-images#10721)) - Disables tests for iOS 15, 14 & 13 unfortunately - Switching from macos-13-xl to macos-13 (for some reason there is no xl runner anymore for macos-13) # Ticket <ticket> COIOS-000 </ticket> --- <img width="296" alt="Screenshot 2025-01-08 at 11 52 33" src="https://github.com/user-attachments/assets/0c03302e-1757-4c7a-b7aa-24955d783343" /> Co-authored-by: Alex Guretzki <[email protected]>
Github no longer supports this image actions/runner-images#10721
Fix the issue: > The macOS-12 environment is deprecated, consider switching to macOS-13, > macOS-14 (macos-latest) or macOS-15. For more details, see > actions/runner-images#10721
> The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see actions/runner-images#10721
* Release: 0.16.1 Signed-off-by: Axel Huebl <[email protected]> * Fix new_version.py * Update version in windows.yml * Reformat with yapf3 * Fix greedy Regex parsing * Changelog: Add PRs #1681 #1679 #1678 * Fix: CMake Internal Control (#1678) The `openPMD_USE_INTERNAL_*` options are for general internal/external control. They were accidentally overwritten by new tar flags and sometimes incomplete. Signed-off-by: Axel Huebl <[email protected]> * Revert "CMake Tar: TOML11 3.7.1 (#1673)" (#1679) This reverts commit aea4b72. * Replace deprecated makeSuite with loadTestsFromTestCase (#1681) Removed with Python 3.13 * Doc: Fix Shipped Internally (#1682) Downloaded now. Signed-off-by: Axel Huebl <[email protected]> * `PYBIND11_FINDPYTHON=ON` (#1684) Reuse our `find_package(Python ...)` call and use new CMake logic in pybind11. https://pybind11.readthedocs.io/en/stable/compiling.html#modules-with-cmake https://cmake.org/cmake/help/latest/command/find_package.html#config-mode-version-selection Signed-off-by: Axel Huebl <[email protected]> * Fix ICX build (#1690) Error was: /home/runner/work/openPMD-api/openPMD-api/include/openPMD/backend/Container.hpp:262:32: error: no member named 'm_container' in 'Container<T, T_key, T_container>' 262 | container().swap(other.m_container); * Fix Leftover ADIOS1 Mentions (#1683) * Fix Leftover ADIOS1 Mentions Signed-off-by: Axel Huebl <[email protected]> * Remove ADIOS1 from examples --------- Signed-off-by: Axel Huebl <[email protected]> Co-authored-by: Franz Pöschel <[email protected]> * Explicitly specify ADIOS2 components in openPMDConfig.cmake (#1693) * Explicitly specify ADIOS2 components in openPMDConfig.cmake When including openPMD in downstream CMake and that CMake script contains Fortran, ADIOS2 will automatically detect that. But since we do not reexport the ADIOS2 headers, we only need the components that openPMD explicitly uses: CXX and MPI. * Same in CMakeLists.txt * Remove mpirun_workaround.sh (#1698) Seems to no longer be necessary in the affected CI runs * Properly check for empty HDF5_VERSION in CMake (#1702) The old test apparently invoked some weird CMake legacy behavior. This should make the pinned HDF5 Conda version unnecessary (#1701) since the version with missing HDF5_VERSION is correctly dealt with. * HDF5: Delete and re-create attribute when overwriting with diff. type (#1697) * HDF5: Delete and re-create attribute when overwriting with diff. type * WIP: Change datatype in test Somehow truncation test is broken by this * Add forgotten H5Aclose() call * TOUCH IOTask: Avoid setting files as dirty in non-write modes (#1704) * Bugfix: Consider dirty upon touch() only in write modes * Add error check to avoid writing in read-only mode * Changelog * Use ULONG for particle patches * Upgrade appleclang14 build to MacOS 13 > The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see actions/runner-images#10721 * Update Changelog * Release Date --------- Signed-off-by: Axel Huebl <[email protected]> Co-authored-by: Franz Pöschel <[email protected]>
|
Breaking changes
GitHub Actions is starting the deprecation process for
macOS 12
. While the image is being deprecated, You may experience longer queue times during peak usage hours. Deprecation will begin on 10/7/24 and the image will be fully unsupported by 12/3/24 for GitHub and by 01/13/25 for ADO.To raise awareness of the upcoming removal, we will temporarily fail jobs using
macOS 12
. Builds that are scheduled to run during the brownout periods will fail. The brownouts are scheduled for the following dates and times:Target date
GitHub - December 3rd, 2024
Azure DevOps - January 13th, 2025
The motivation for the changes
GitHub Actions maintains the latest two stable versions of any given OS version.
Possible impact
Workflows using the
macos-12
image label will be terminated with an error.Platforms affected
Runner images affected
Mitigation ways
Workflows using the
macos-12
image label should be updated tomacos-latest
,macos-13
,macos-14
ormacos-15
.The text was updated successfully, but these errors were encountered: