GitHub Actions:Arm64 イメージの移行と管理権限移管について
GitHub は、GitHub Actions のホストランナー用 Arm64 イメージの維持管理を、従来担当していた Arm 社から自社へ引き継ぐことを発表した。Windows 11 Arm イメージを含む移行はユーザーの手続き不要で進行中である。
顧客は以下の2つの画像移行について認識しておく必要があります。GitHub は、ホストランナー用の Arm64 イメージの所有権を GitHub 側に移管しています。
Arm64 ランナーイメージの管理が GitHub に移管されました
GitHub Actions のホストランナー用 Arm64 ランナーイメージの所有および管理は現在 GitHub が行っています。これらのイメージは以前、Arm Limited, LLC によって維持されていましたが、現在は完全に GitHub によって管理されています。この移行に伴い、ユーザー側で何らかのアクションを行う必要はありません。
変更される点
Windows 11 Arm (windows-11-arm) イメージは既に GitHub が管理するビルドおよびパイプラインへ移行済みです。
Ubuntu 24.04 (ubuntu-24.04-arm) および Ubuntu 22.04 (ubuntu-22.04-arm) イメージは、GitHub の内部パイプラインへの移行が行われています。移行期間中、これらのイメージには更新が適用されず、actions/runner-images リポジトリにおいて新しいリリースノートも公開されません。
移行完了後、actions/partner-runner-images リポジトリはアーカイブされます。すべてのオープンな課題および今後のサポートは actions/runner-images へ移管されます。
変更されない点
イメージの機能と互換性は完全に維持されます。
この移行に伴い、パッケージの追加や削除は行われません。
移行期間中に破壊的変更が導入されることはありません。
移行期間中に Ubuntu Arm64 イメージで重大な問題(CVE や脆弱性など)が発生した場合は、actions/runner-images リポジトリに課題を起票してください。
Windows 2025 Visual Studio 2026 イメージの移行
GitHub Actions の windows-latest および windows-2025 ラベルは、デフォルトで Visual Studio 2026 を使用するように移行されます。この変更は 2026 年 6 月 8 日から一週間かけて段階的に展開され、2026 年 6 月 15 日までに完了します。
新しいイメージをテストしたい場合は、YAML ワークフローファイル内の runs-on: ターゲットを新しいラベル windows-2025-vs2026 に更新してください。
注記:このラベルはテスト専用です。移行後、このラベルは windows-2025 イメージを指すようになります。
VS 2022 のまま利用したい場合は、YAML ワークフローファイル内の runs-on: ターゲットを windows-2022 に更新してください。
詳細情報やご質問がある場合は、runner-images リポジトリへお進みください。
macos-latest の移行は 6 月 15 日に開始されます
macos-latest イメージラベルの移行は 6 月 15 日に始まり、完了までに 30 日かかります。macos-latest イメージラベルは、macOS 15 の代わりに macOS 26 イメージを指すようになります。移行期間中、ワークフローが macOS 26 イメージ上で実行されるようになることを予想してください。
macOS 15 を引き続き使用したい場合は、macos-15 ラベルを直接ターゲットに指定してください。
ご質問や詳細情報については、runner-images リポジトリへお進みください。
この投稿「GitHub Actions: Upcoming image migrations」は、最初に The GitHub Blog に掲載されました。
原文を表示
There are two upcoming image migrations customers should be aware of, and GitHub is transitioning to owning the Arm64 images for hosted runners.
Arm64 runner images now maintained by GitHub
GitHub now owns and maintains the Arm64 runner images for GitHub Actions hosted runners. These images were previously maintained by Arm Limited, LLC and are now fully managed by GitHub. No action is required from users as part of this transition.
What’s changing
Windows 11 Arm (windows-11-arm) images have already transitioned to GitHub-managed builds and pipelines.
Ubuntu 24.04 (ubuntu-24.04-arm) and Ubuntu 22.04 (ubuntu-22.04-arm) images are being migrated to GitHub’s internal pipelines. During the transition, these images won’t receive updates, and no new release notes will appear in the actions/runner-images repository for them.
The actions/partner-runner-images repository will be archived after the transition is complete. All open issues and future support will move to actions/runner-images.
What’s not changing
Image functionality and compatibility remain exactly the same.
No packages are being added or removed as part of this transition.
No breaking changes will be introduced during the migration period.
If you encounter a critical issue with the Ubuntu Arm64 images during the transition, such as a CVE or vulnerability, open an issue in the actions/runner-images repository.
Windows 2025 Visual Studio 2026 image migration
The windows-latest and windows-2025 labels in GitHub Actions will be migrated to use Visual Studio 2026 by default. This change will be rolled out over a week beginning June 8, 2026 and will complete by June 15, 2026.
If you want to test the new image, update the runs-on: target in your YAML workflow file to the new label windows-2025-vs2026.
Note: This label is meant for testing only. After the migration, this label will point to the windows-2025 image.
If you want to remain on VS 2022, update the runs-on: target in your YAML workflow file to windows-2022.
For more information, or if you have questions, head to the runner-images repository.
macos-latest migration begins June 15
The macos-latest image label migration will begin June 15 and take 30 days to complete. The macos-latest image label will point to the macOS 26 image instead of macOS 15. During the migration, users should expect to see their workflows begin running on the macOS 26 image.
To continue using macOS 15, you can target the macos-15 label directly.
For questions, or more information, head to the runner-images repository.
The post GitHub Actions: Upcoming image migrations appeared first on The GitHub Blog.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み