Skip to content

CI: update Ubuntu runner image#1401

Merged
lzjpaul merged 1 commit into
apache:masterfrom
moazreyad:fix-ubuntu-check
Jul 7, 2026
Merged

CI: update Ubuntu runner image#1401
lzjpaul merged 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
@lzjpaul lzjpaul merged commit 4ddb562 into apache:master Jul 7, 2026
1 of 5 checks passed
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.

2 participants