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 (Beta) #958

Open
github-product-roadmap opened this issue Apr 24, 2024 · 0 comments
Open

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

github-product-roadmap opened this issue Apr 24, 2024 · 0 comments
Labels
actions Feature: GitHub Actions beta Feature phase: Beta github enterprise Product SKU: GitHub Enterprise github team Product SKU: GitHub Team 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 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
@github github locked and limited conversation to collaborators Apr 24, 2024
@github-product-roadmap github-product-roadmap added actions Feature: GitHub Actions beta Feature phase: Beta github enterprise Product SKU: GitHub Enterprise github team Product SKU: GitHub Team runners C2C - Actions Compute labels Apr 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
actions Feature: GitHub Actions beta Feature phase: Beta github enterprise Product SKU: GitHub Enterprise github team Product SKU: GitHub Team runners C2C - Actions Compute
Projects
Status: Q2 2024 – Apr-Jun
Development

No branches or pull requests

1 participant