Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actions: Ubuntu 24 on GitHub-hosted runners (GA) #980

Open
github-product-roadmap opened this issue Jun 26, 2024 · 0 comments
Open

Actions: Ubuntu 24 on GitHub-hosted runners (GA) #980

github-product-roadmap opened this issue Jun 26, 2024 · 0 comments
Labels
actions Feature: GitHub Actions all Product SKU: All ga Feature phase: Generally available runners C2C - Actions Compute

Comments

@github-product-roadmap
Copy link
Collaborator

Summary

Actions will add the ability to run your workflow jobs on the latest Ubuntu 24.04 version from Canonical. With this release the Ubuntu 24 image will also become the latest Ubuntu runner image with workflows migrating in September 2024.

Intended Outcome

Developers will be able to build and test their code on the latest version of Ubuntu, while using the latest tag within their Actions job

How will it work?

Actions workflows using the ubuntu-latest label will incrementally transition from Ubuntu 22 to Ubuntu 24 beginning September 2024.

To use the Ubuntu 24 image directly, update the runs-on: key in you workflow file to ubuntu-24.04
To run on the -latest tag, use the ubuntu-latest label.

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v4

      - name: Run a one-line script
        run: echo Hello from Octo Organization
@github github locked and limited conversation to collaborators Jun 26, 2024
@github-product-roadmap github-product-roadmap added actions Feature: GitHub Actions all Product SKU: All ga Feature phase: Generally available runners C2C - Actions Compute labels Jun 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
actions Feature: GitHub Actions all Product SKU: All ga Feature phase: Generally available runners C2C - Actions Compute
1 participant