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

Macos 14 docs out of date #10610

Closed
2 of 13 tasks
dingwilson opened this issue Sep 13, 2024 · 7 comments
Closed
2 of 13 tasks

Macos 14 docs out of date #10610

dingwilson opened this issue Sep 13, 2024 · 7 comments

Comments

@dingwilson
Copy link

dingwilson commented Sep 13, 2024

Description

/Applications/Xcode_16_beta_6.app no longer exists for macos-14 runtime (https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md)

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

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

Image version and build link

20240911.3

Is it regression?

yes, 20240903.5

Expected behavior

error: missing DEVELOPER_DIR path: /Applications/Xcode_16_beta_6.app/Contents/Developer

Actual behavior

DEVELOPER_DIR path should exist - /Applications/Xcode_16_beta_6.app/Contents/Developer

Repro steps

create github action and ENV var DEVELOPER_DIR="/Applications/Xcode_16_beta_6.app/Contents/Developer"

@dingwilson dingwilson changed the title Docs out of date Macos 14 docs out of date Sep 13, 2024
@sarathrajsrinivasan
Copy link
Contributor

sarathrajsrinivasan commented Sep 13, 2024

Hi @dingwilson ,

From Image 20240911.3, we have replaced Xcode 16.0 Beta 6 with Xcode 16 Release candidate (RC) for macOS14-arm64.

This is the updated path now: /Applications/Xcode_16_Release_Candidate.app

@dingwilson
Copy link
Author

Hi @sarathrajsrinivasan - I tried that and go this:

error: missing DEVELOPER_DIR path: /Applications/Xcode_16_Release_Candidate.app/Contents/Developer

@dingwilson
Copy link
Author

Also this issue is still relevant right? The docs remain out of date as far as I can tell.

@sarathrajsrinivasan
Copy link
Contributor

sarathrajsrinivasan commented Sep 13, 2024

Our deployment for macOS14-arm64 is still in progress. The document will be updated only when the deployment for all the regions complete.

@erik-bershel
Copy link
Contributor

This is not an issue, the documentation that placed in the repository reflects only the current state of the images without taking into account the update process - it is not possible to reflect in human-readable format. When updating an image, we specify its status here and open a pull request with incoming changes here, also we have pre-release mechanism for the images in updating state that could be tracked here. You can see the list of packages that were installed on the runner in the Runner Image section of the Set up job step. For example:

Screenshot 2024-09-14 at 00 43 21

Unfortunately, we cannot simultaneously provide two versions of the package for one major.minor Xcode release. To ensure more convenient work, we provide a symlink mechanism. You can access Xcode-16.0-whatever-there-was-version using the symlink /Applications/Xcode_16.0.app

@dingwilson
Copy link
Author

I see - didn't know about the symlink! Will give that a try thanks!

@erik-bershel
Copy link
Contributor

erik-bershel commented Sep 13, 2024

didn't know about the symlink

And this is the issue 😄 , but we are working on it here: #10568

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

3 participants