Virtual-environments: Add Xcode 11.4 beta

Created on 15 Feb 2020  Â·  3Comments  Â·  Source: actions/virtual-environments

Tool information

  • Tool name:
  • Add or update?
  • Desired version: 11.4 beta
  • Approximate size: ~9GB
  • If this is an add request:

Virtual environments affected

  • [x] macOS 10.15
  • [ ] Ubuntu 16.04 LTS
  • [ ] Ubuntu 18.04 LTS
  • [ ] Windows Server 2016 R2
  • [ ] Windows Server 2019

Can this tool be installed during the build?
Sort of—via xcode-install. It takes a while.

Are you willing to submit a PR?
Sure?

Notes
Xcode 11.4 adds Swift 5.2, compiler performance updates, and major updates to SwiftUI and Swift compiler error messages.

Apple needs triage

Most helpful comment

Hello, @ydnar

Xcode 11.4 is already present on the macos image. Please check the Xcode section in the documentation, macOs 10.15 - https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.15-Readme.md

11.4 (beta) | 11N111s | /Applications/Xcode_11.4_beta.app

Example:

jobs:
  build:
    runs-on: [macos-latest]
    steps:
      - name: Xcode 11.
        run: |
          sudo xcode-select -s /Applications/Xcode_11.4.app/Contents/Developer
          xcodebuild -version

xcode - Copy

All 3 comments

Hello, @ydnar

Xcode 11.4 is already present on the macos image. Please check the Xcode section in the documentation, macOs 10.15 - https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.15-Readme.md

11.4 (beta) | 11N111s | /Applications/Xcode_11.4_beta.app

Example:

jobs:
  build:
    runs-on: [macos-latest]
    steps:
      - name: Xcode 11.
        run: |
          sudo xcode-select -s /Applications/Xcode_11.4.app/Contents/Developer
          xcodebuild -version

xcode - Copy

Thanks. How often do the docs get updated to reflect these changes?

On Feb 15, 2020, at 1:01 AM, Aleksandr Chebotov notifications@github.com wrote:


Hello, @ydnar

Xcode 11.4 is already present on the macos image. Please check the Xcode section in documentation, macOs 10.15 documentation - https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.15-Readme.md

11.4 (beta) | 11N111s | /Applications/Xcode_11.4_beta.app

Example:

jobs:
build:
runs-on: [macos-latest]
steps:
- name: Xcode 11.
run: |
sudo xcode-select -s /Applications/Xcode_11.4.app/Contents/Developer
xcodebuild -version

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.

@ydnar, Image rollout takes a few days to reach all VM machines. Usually, we publish PR to update docs right after deployment starting (https://github.com/actions/virtual-environments/pull/398) and merge them as soon as all VM images are updated.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

motss picture motss  Â·  3Comments

shivammathur picture shivammathur  Â·  3Comments

trajano picture trajano  Â·  3Comments

mxschmitt picture mxschmitt  Â·  3Comments

shogo82148 picture shogo82148  Â·  3Comments