Remove deprecated macos-13 runner from @mongodb-js/zstd CI matrix

XMLWordPrintableJSON

    • Type: Build Failure
    • Resolution: Fixed
    • Priority: Unknown
    • zstd-7.0.1
    • Affects Version/s: None
    • Component/s: None
    • 2
    • 2
    • Not Needed
    • None
    • Hide

      Create a copy of the Kickoff Template with the issue key (NODE-XXX) in the filename and share a link to the new doc via this field.

      Show
      Create a copy of the Kickoff Template with the issue key (NODE-XXX) in the filename and share a link to the new doc via this field.
    • Not Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?
    • None
    • None
    • None
    • None
    • None
    • None

      Problem

      The test.yml workflow in mongodb-js/zstd includes macos-13 in its runner matrix:

      os: [macos-latest, windows-2022, macos-13]
      

      GitHub has deprecated and removed macos-13 hosted runners. As a result, every PR in the repo has one job permanently stuck in the queue — host_tests (macos-13, ...) — waiting for a runner that no longer exists. The other macos-13 matrix jobs get cancelled while one hangs indefinitely, blocking the PR check from ever completing cleanly.

      Fix

      Remove macos-13 from the matrix. macos-latest is already present and covers macOS (currently ARM/M-series). If Intel x64 macOS coverage is still required, evaluate macos-13-large availability or accept the loss given GitHub no longer offers hosted Intel Mac runners.

      References

            Assignee:
            Pavel Safronov
            Reporter:
            Sergey Zelenov
            Sergey Zelenov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: