Skip to content

Conversation

Umeh832
Copy link
Owner

@Umeh832 Umeh832 commented Jan 5, 2025

Fixes actions#10636

Update workflows and documentation to use Ubuntu 24.04 as the default image for ubuntu-latest.

  • README.md

    • Update the ubuntu-latest label to point to Ubuntu 24.04.
    • Remove the beta tag from the ubuntu-24.04 image.
  • Workflows

    • Change runs-on: ubuntu-latest to runs-on: ubuntu-24.04 in the following workflows:
      • .github/workflows/codeql-analysis.yml
      • .github/workflows/create_github_release.yml
      • .github/workflows/create_pull_request.yml
      • .github/workflows/linter.yml
      • .github/workflows/merge_pull_request.yml
      • .github/workflows/powershell-tests.yml
      • .github/workflows/update_github_release.yml

For more details, open the Copilot Workspace session.

Description

New tool, Bug fixing, or Improvement?
Please include a summary of the change and which issue is fixed. Also include relevant motivation and context.
For new tools, please provide total size and installation time.

Related issue:

Check list

  • Related issue / work item is attached
  • Tests are written (if applicable)
  • Documentation is updated (if applicable)
  • Changes are tested and related VM images are successfully generated

Fixes actions#10636

Update workflows and documentation to use Ubuntu 24.04 as the default image for `ubuntu-latest`.

* **README.md**
  - Update the `ubuntu-latest` label to point to Ubuntu 24.04.
  - Remove the `beta` tag from the `ubuntu-24.04` image.

* **Workflows**
  - Change `runs-on: ubuntu-latest` to `runs-on: ubuntu-24.04` in the following workflows:
    - `.github/workflows/codeql-analysis.yml`
    - `.github/workflows/create_github_release.yml`
    - `.github/workflows/create_pull_request.yml`
    - `.github/workflows/linter.yml`
    - `.github/workflows/merge_pull_request.yml`
    - `.github/workflows/powershell-tests.yml`
    - `.github/workflows/update_github_release.yml`

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/actions/runner-images/issues/10636?shareId=XXXX-XXXX-XXXX-XXXX).
@Umeh832 Umeh832 merged commit 0ac010c into main Jan 5, 2025
5 checks passed
@Umeh832 Umeh832 deleted the gh-branch- branch January 5, 2025 15:18
Copy link

@Dodo1136 Dodo1136 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@miluju
Copy link

miluju commented May 17, 2025

修复操作#10636

更新工作流程和文档,使用Ubuntu 24.04作为ubuntu-latest的默认映像。

  • 阅读.md

    • 更新ubuntu-latest标签,以指向Ubuntu 24.04。
    • ubuntu-24.04图像中删除beta标签。
  • 工作流程

    • 在以下工作流程中将runs-on: ubuntu-latest更改为runs-on: ubuntu-24.04
      • .github/workflows/codeql-analysis.yml
      • .github/workflows/create_github_release.yml
      • .github/workflows/create_pull_request.yml
      • .github/workflows/linter.yml
      • .github/workflows/merge_pull_request.yml
      • .github/workflows/powershell-tests.yml
      • .github/workflows/update_github_release.yml

有关更多详细信息,请打开 Copilot Workspace 会话

描述

新工具、错误修复还是改进?请附上更改的摘要以及已修复的问题。还包括相关的动机和背景。 对于新工具,请提供总尺寸和安装时间。

相关问题:

检查清单

  • 附上相关问题/工作项目
  • 测试是书面的(如果适用)
  • 文档已更新(如果适用)
  • 更改已测试,相关虚拟机映像已成功生成

Copy link

@muhammed-gamal-dev muhammed-gamal-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

@Ihorog Ihorog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asdfghj

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.

Ubuntu-latest workflows will use Ubuntu-24.04 image
7 participants