We have failing tests due to our Github Actions Runners using Ubuntu 24, which is caused by the usage of the ubuntu-latest label in our workflow. We want to pin that to v22 so that our tests can pass and unblock ourselves from work.
Successful previous run:
Failed new run:
How Has This Been Tested?
We will make sure CI works once this PR is opened. That will determine that this was "tested" correctly. Will also check the workflow to make sure Ubuntu 22 is being run.
Description
We have failing tests due to our Github Actions Runners using Ubuntu 24, which is caused by the usage of the
ubuntu-latest
label in our workflow. We want to pin that to v22 so that our tests can pass and unblock ourselves from work.Successful previous run:
Failed new run:
How Has This Been Tested?
We will make sure CI works once this PR is opened. That will determine that this was "tested" correctly. Will also check the workflow to make sure Ubuntu 22 is being run.
Checklist