You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
our actions with runs-on: macos-14 and runs-on: macos-14-large started picking up unexpected runner image versions,
while it should be the latest release (20250127) it picks up this one:
Image: macos-14
Version: 20250124.720
Included Software: https://github.com/actions/runner-images/blob/macos-14/20250124.720/images/macos/macos-14-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/macos-14%2F20250124.720
The links to the release don't exist. And our builds are failing.
Example action run can be seen here where the first attempt (if you select it in the dropdown) passed on 20250127 and subsequent runs that I triggered manually selected the wrong version that isn't even part of the releases 🤔
Yeah, I mean it worked on 20250127 and 20250106, but also failed on 20250120 (which also isn't actually available as a release here)
Expected behavior
macos-14 should select the latest release of a runner that's available (or the one prior to that)
Actual behavior
macos-14 selects unexpected image version numbers that are not part of the releases of this repo.
this also leads to our CI breaking for non obvious reasons.
Description
our actions with
runs-on: macos-14
andruns-on: macos-14-large
started picking up unexpected runner image versions,while it should be the latest release (
20250127
) it picks up this one:The links to the release don't exist. And our builds are failing.
Example action run can be seen here where the first attempt (if you select it in the dropdown) passed on
20250127
and subsequent runs that I triggered manually selected the wrong version that isn't even part of the releases 🤔Platforms affected
Runner images affected
Image version and build link
Image: macos-14
Version: 20250124.720
Included Software: https://github.com/actions/runner-images/blob/macos-14/20250124.720/images/macos/macos-14-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/macos-14%2F20250124.720
Is it regression?
Yeah, I mean it worked on 20250127 and 20250106, but also failed on 20250120 (which also isn't actually available as a release here)
Expected behavior
macos-14
should select the latest release of a runner that's available (or the one prior to that)Actual behavior
macos-14
selects unexpected image version numbers that are not part of the releases of this repo.this also leads to our CI breaking for non obvious reasons.
Repro steps
Source is on GH, see https://github.com/livekit/node-sdks/actions/runs/13210263418/job/36961149462 for the runs I mentioned above to inspect them. The workflow file is also available in the same repo.
The text was updated successfully, but these errors were encountered: