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
Disconnect the CI OS detection from the OS version. (#776)
The current `matrix.os == 'ubuntu-latest'` expression works, but will
fail if we for some reason need to switch to explicitly use e.g.
`ubuntu-24.04`. Doing the same check via `runner.os == 'Linux'`
disconnects the check from the specific OS version.
0 commit comments