Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information