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

2024 GitHub Actions macOS runner image roadmap #9255

Closed
7 of 12 tasks
Steve-Glass opened this issue Jan 30, 2024 · 15 comments
Closed
7 of 12 tasks

2024 GitHub Actions macOS runner image roadmap #9255

Steve-Glass opened this issue Jan 30, 2024 · 15 comments

Comments

@Steve-Glass
Copy link
Contributor

Breaking changes

Updates to the macOS runner image release cycle were published today, along with the macOS 14 announcement. In addition, the roadmap for calendar year 2024 has been presented below. This announcement will be updated with links to public roadmap objectives as they become publicly available.

Image

Target date

N/A

The motivation for the changes

N/A

Possible impact

N/A

Platforms affected

  • Azure DevOps
  • GitHub Actions

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • Windows Server 2019
  • Windows Server 2022

Mitigation ways

N/A

@dpogue
Copy link

dpogue commented Jan 30, 2024

One question that doesn't seem to be addressed anywhere (and I realize this was just published today and doesn't have all the details): When macOS-14 becomes latest, does that mean all macOS runners will move to M1 instances, or will macOS-14 be available on Intel-based runners?

@mariusfanu-metrobank
Copy link

@dpogue according to the announcement macOS-14 agents will run exclusively on M1 vCPUs

The macOS 14 runner image is now available for GitHub hosted runners. Workflows executed on this image will run exclusively on the 3 vCPU M1 runner announced earlier today.

@mariusfanu-metrobank
Copy link

@Steve-Glass is there any timeline for macOS-14 to be deployed on Azure DevOps?

@bvaughan527
Copy link

@Steve-Glass is there any timeline for macOS-14 to be deployed on Azure DevOps?

I have the same question. It would be great to have the macos-14 build agent available in Azure DevOps.

@3a4oT
Copy link

3a4oT commented Feb 2, 2024

+1 regarding Azure DevOps. It's a blocker for our team

@Maleware
Copy link

Maleware commented Feb 6, 2024

Are their any plans to add docker?

lengau added a commit to canonical/charmcraft that referenced this issue Feb 7, 2024
Following the GitHub runner roadmap: actions/runner-images#9255

fixes #1508
lengau added a commit to canonical/charmcraft that referenced this issue Feb 7, 2024
Following the GitHub runner roadmap: actions/runner-images#9255

fixes #1508
lengau added a commit to canonical/charmcraft that referenced this issue Feb 7, 2024
Following the GitHub runner roadmap: actions/runner-images#9255

fixes #1508
lengau added a commit to canonical/charmcraft that referenced this issue Feb 7, 2024
Following the GitHub runner roadmap: actions/runner-images#9255

fixes #1508
lengau added a commit to canonical/craft-providers that referenced this issue Feb 8, 2024
Macos 13 stays on x86, macos 14 will be on arm64

See: actions/runner-images#9255
And: actions/runner-images#9254
lengau added a commit to canonical/craft-providers that referenced this issue Feb 8, 2024
lengau added a commit to canonical/charmcraft that referenced this issue Feb 8, 2024
Following the GitHub runner roadmap:
actions/runner-images#9255

fixes #1508
@Reisclef
Copy link

Is there any roadmap for supporting xcode 15 as the default on the macOS-13 image? I appreciate this may not be the correct place to ask, but was just curious as Apple is requiring xcode 15 for app store apps as of 29th April, and I wanted to see if we will need to manually set the version in our xcode v5 task.

@hugovk
Copy link
Contributor

hugovk commented Feb 13, 2024

Good timing!

Xcode 15 is the default in the runner image currently being rolled out:

https://github.com/actions/runner-images/blob/macos-13/20240204.1/images/macos/macos-13-Readme.md#xcode

@Reisclef
Copy link

Wow! That was fast! ;)

Excellent news, thanks very much. :)

@Skgland Skgland mentioned this issue Jul 6, 2024
14 tasks
Skgland added a commit to Skgland/scryer-prolog that referenced this issue Jul 6, 2024
kitsuyui added a commit to kitsuyui/homebrew-myip that referenced this issue Jul 13, 2024
actions/runner-images#9255

- macOS 11 is removed
- macOS 14 is added
kitsuyui added a commit to kitsuyui/homebrew-myip that referenced this issue Jul 13, 2024
actions/runner-images#9255

- macOS 11 is removed
- macOS 14 is added
kitsuyui added a commit to kitsuyui/homebrew-myip that referenced this issue Jul 13, 2024
actions/runner-images#9255

- macOS 11 is removed
- macOS 14 is added
kitsuyui added a commit to kitsuyui/homebrew-myip that referenced this issue Jul 13, 2024
actions/runner-images#9255

- macOS 11 is removed
- macOS 14 is added
kitsuyui added a commit to kitsuyui/homebrew-myip that referenced this issue Jul 13, 2024
actions/runner-images#9255

- macOS 11 is removed
- macOS 14 is added
kitsuyui added a commit to kitsuyui/homebrew-myip that referenced this issue Jul 13, 2024
actions/runner-images#9255

- macOS 11 is removed
- macOS 14 is added
kitsuyui added a commit to kitsuyui/homebrew-myip that referenced this issue Jul 13, 2024
actions/runner-images#9255

- macOS 11 is removed
- macOS 14 is added
perlun added a commit to perlang-org/perlang that referenced this issue Jul 27, 2024
macOS 11 support has been dropped in the GitHub-hosted CI runners:
actions/runner-images#9255. This has the
unpleasant effect of breaking all our CI until this gets merged.
perlun added a commit to perlang-org/perlang that referenced this issue Jul 27, 2024
macOS 11 support has been dropped in the GitHub-hosted CI runners:
actions/runner-images#9255. This has the
unpleasant effect of breaking all our CI until this gets merged.
bors added a commit to rust-lang-ci/rust that referenced this issue Oct 16, 2024
(ci) Update macOS Xcode to 15

This updates the macOS builders to Xcode 15. The aarch64 images will be removing Xcode 14 and 16 very soon (actions/runner-images#10703), so we will need to make the switch to continue operating. The linked issue also documents GitHub's new policy for how they will be updating Xcode in the future. Also worth being aware of is the future plans for x86 runners documented in actions/runner-images#9255 and actions/runner-images#10686, which will impact our future upgrade behaviors.

I decided to also update the Xcode in the x86_64 runners, even though they are not being removed. It felt better to me to have all macOS runners on the same (major) version of Xcode. However, note that the x86_64 runners do not have the latest version of 15 (15.4), so I left them at 15.2 (which is currently the default Xcode of the runner).

Xcode 15 was previously causing problems (see rust-lang#121058) which seem to be resolved now. `@bjorn3` fixed the `invalid r_symbolnum` issue with cranelift. The issue with clang failing to link seems to be fixed, possibly by the update of the pre-built LLVM from 14 to llvm 15 in rust-lang#124850, or an update in our source version of LLVM. I have run some try builds and at least LLVM seems to build (I did not run any tests).

Closes rust-lang#121058
bors added a commit to rust-lang-ci/rust that referenced this issue Oct 21, 2024
(ci) Update macOS Xcode to 15

This updates the macOS builders to Xcode 15. The aarch64 images will be removing Xcode 14 and 16 very soon (actions/runner-images#10703), so we will need to make the switch to continue operating. The linked issue also documents GitHub's new policy for how they will be updating Xcode in the future. Also worth being aware of is the future plans for x86 runners documented in actions/runner-images#9255 and actions/runner-images#10686, which will impact our future upgrade behaviors.

I decided to also update the Xcode in the x86_64 runners, even though they are not being removed. It felt better to me to have all macOS runners on the same (major) version of Xcode. However, note that the x86_64 runners do not have the latest version of 15 (15.4), so I left them at 15.2 (which is currently the default Xcode of the runner).

Xcode 15 was previously causing problems (see rust-lang#121058) which seem to be resolved now. `@bjorn3` fixed the `invalid r_symbolnum` issue with cranelift. The issue with clang failing to link seems to be fixed, possibly by the update of the pre-built LLVM from 14 to llvm 15 in rust-lang#124850, or an update in our source version of LLVM. I have run some try builds and at least LLVM seems to build (I did not run any tests).

Closes rust-lang#121058
github-actions bot pushed a commit to rust-lang/miri that referenced this issue Oct 22, 2024
(ci) Update macOS Xcode to 15

This updates the macOS builders to Xcode 15. The aarch64 images will be removing Xcode 14 and 16 very soon (actions/runner-images#10703), so we will need to make the switch to continue operating. The linked issue also documents GitHub's new policy for how they will be updating Xcode in the future. Also worth being aware of is the future plans for x86 runners documented in actions/runner-images#9255 and actions/runner-images#10686, which will impact our future upgrade behaviors.

I decided to also update the Xcode in the x86_64 runners, even though they are not being removed. It felt better to me to have all macOS runners on the same (major) version of Xcode. However, note that the x86_64 runners do not have the latest version of 15 (15.4), so I left them at 15.2 (which is currently the default Xcode of the runner).

Xcode 15 was previously causing problems (see #121058) which seem to be resolved now. `@bjorn3` fixed the `invalid r_symbolnum` issue with cranelift. The issue with clang failing to link seems to be fixed, possibly by the update of the pre-built LLVM from 14 to llvm 15 in rust-lang/rust#124850, or an update in our source version of LLVM. I have run some try builds and at least LLVM seems to build (I did not run any tests).

Closes #121058
lnicola pushed a commit to lnicola/rust-analyzer that referenced this issue Oct 22, 2024
(ci) Update macOS Xcode to 15

This updates the macOS builders to Xcode 15. The aarch64 images will be removing Xcode 14 and 16 very soon (actions/runner-images#10703), so we will need to make the switch to continue operating. The linked issue also documents GitHub's new policy for how they will be updating Xcode in the future. Also worth being aware of is the future plans for x86 runners documented in actions/runner-images#9255 and actions/runner-images#10686, which will impact our future upgrade behaviors.

I decided to also update the Xcode in the x86_64 runners, even though they are not being removed. It felt better to me to have all macOS runners on the same (major) version of Xcode. However, note that the x86_64 runners do not have the latest version of 15 (15.4), so I left them at 15.2 (which is currently the default Xcode of the runner).

Xcode 15 was previously causing problems (see #121058) which seem to be resolved now. `@bjorn3` fixed the `invalid r_symbolnum` issue with cranelift. The issue with clang failing to link seems to be fixed, possibly by the update of the pre-built LLVM from 14 to llvm 15 in rust-lang/rust#124850, or an update in our source version of LLVM. I have run some try builds and at least LLVM seems to build (I did not run any tests).

Closes #121058
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests