Skip to content

CI: update Ubuntu runner image#1401

Open
moazreyad wants to merge 1 commit into
apache:masterfrom
moazreyad:fix-ubuntu-check
Open

CI: update Ubuntu runner image#1401
moazreyad wants to merge 1 commit into
apache:masterfrom
moazreyad:fix-ubuntu-check

Conversation

@moazreyad

Copy link
Copy Markdown
Contributor

Summary

Update the GitHub Actions Ubuntu runner used by the Native-Ubuntu workflow:

- 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.

@moazreyad moazreyad self-assigned this Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant