moazreyad opened a new pull request, #1401:
URL: https://github.com/apache/singa/pull/1401
## Summary
Update the GitHub Actions Ubuntu runner used by the `Native-Ubuntu`
workflow:
```diff
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
```
## Why
The Native-Ubuntu / build-cpptest-on-cpu job was staying queued and never
receiving a runner because ubuntu-20.04 is no longer available as a
GitHub-hosted runner image.
Updating the workflow to ubuntu-24.04 allows GitHub Actions to assign a
runner and execute the C++ CPU build/test job.
## Result:
[ PASSED ] 171 tests.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]