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

Actions: macOS 15 is now available for GitHub-hosted runners (Public Beta) #987

Open
github-product-roadmap opened this issue Jun 26, 2024 · 0 comments
Labels
actions Feature: GitHub Actions all Product SKU: All beta Feature phase: Beta runners C2C - Actions Compute

Comments

@github-product-roadmap
Copy link
Collaborator

Summary

macOS 15 is now available in public beta for GitHub-hosted runners.

Intended Outcome

Apple developers require the latest version of macOS and Xcode now have access to newer versions

How will it work?

Update the runs-on: key in you workflow file to macos-15, macos-15-large, or macos-15-xlarge

jobs:
  build:
    runs-on: macos-15
    steps:
      - uses: actions/checkout@v4
      - name: Build
        run: swift build
      - name: Run tests
        run: swift test
@github github locked and limited conversation to collaborators Jun 26, 2024
@github-product-roadmap github-product-roadmap added actions Feature: GitHub Actions all Product SKU: All beta Feature phase: Beta runners C2C - Actions Compute labels Jun 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
actions Feature: GitHub Actions all Product SKU: All beta Feature phase: Beta runners C2C - Actions Compute
1 participant