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. :)

@Galkon
Copy link

Galkon commented Mar 25, 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?

Curious about this as well. Currently they are M1 only, which is better than nothing! But would love intel macOS 14 runners to be holistic 😄

bors added a commit to rust-lang/cargo that referenced this issue Apr 1, 2024
CI: Update macos images to macos-13

This changes the CI workflows to use `macos-13` instead of `macos-latest`. `latest` is currently `macos-12`, but GitHub is [migrating](https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/) latest to `macos-14` starting immediately. 14 switches to aarch64 which we do not want, yet.

rust-lang/rust already migrated to macos-13 a little while ago in rust-lang/rust#113544. This might have some performance improvements here, as the macos-12 images inconsistently have SIP enabled, but macos-13 seems to reliably have it disabled.

We do not yet know when GitHub will be retiring their x86_64 runners. Their current roadmap, posted at actions/runner-images#9255, shows macos-13 supported through at least the end of the year. However, I suspect next year might spell the end for it. At that time, the Rust project might need to consider downgrading x86_64-apple-darwin to tier 2 or figure out some other option.
ludat added a commit to ludat/conferer that referenced this issue Apr 25, 2024
Now github actions only supports m1 builds (actions/runner-images#9255)
and older versions of ghc are not compatible with that

The problem is that the version of llvm is too new, we could try
to install an older version of llvm
ludat added a commit to ludat/conferer that referenced this issue Apr 25, 2024
Now github actions only supports m1 builds (actions/runner-images#9255)
and older versions of ghc are not compatible with that

The problem is that the version of llvm is too new, we could try
to install an older version of llvm
@gamer191
Copy link

This seems to be the only announcement about MacOS-11 being removed. If that is going ahead in June, shouldn't it be mentioned in the annoucement section at the top of https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md

jcflack added a commit to tada/pljava that referenced this issue May 21, 2024
Per the 'roadmap' announced in actions/runner-images#9255,
macos-latest now points to macos-14 as of Q2, and the macos-14
image does not supply any version of PostgreSQL. Bad news for
the quick workflow that relies on the runner's installed version.

Limit the MacOS CI to the macos-12 runner for now. That should
hold until the image is removed in Q4. A workflow that installs
a specified PostgreSQL version may be needed after that.

Also, shorten the name of the workflow. It was too long to read
in the online display of checks.

And add a restrictive permissions: entry, which was missing, and
its absence is not secure-by-default.
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