Skip to content

Actions: Ubuntu 24 on GitHub-hosted runners (Preview) #958

@github-product-roadmap

Description

@github-product-roadmap

Summary

Actions will add the ability to run your workflow jobs on the latest Ubuntu version from Canonical.

Intended Outcome

Developers will be able to build and test their code on the latest version of Ubuntu.

How will it work?

Update your workflows to include runs-on: ubuntu-24.04

jobs:
  build:
    runs-on: ubuntu-24.04

    steps:
      - uses: actions/checkout@v4

      - name: Run a one-line script
        run: echo Hello from Octo Organization

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnterpriseProduct SKU: GitHub EnterpriseactionsFeature: GitHub Actionsgithub teamProduct SKU: GitHub TeampreviewFeature phase: PreviewrunnersC2C - Actions ComputeshippedShipped

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions