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 12 (Monterey) on GitHub-hosted runners #240

Open
github-product-roadmap opened this issue Sep 8, 2021 · 0 comments
Open

Actions: macOS 12 (Monterey) on GitHub-hosted runners #240

github-product-roadmap opened this issue Sep 8, 2021 · 0 comments

Comments

@github-product-roadmap
Copy link
Collaborator

@github-product-roadmap github-product-roadmap commented Sep 8, 2021

Summary
Actions will add the ability to run your workflow jobs on the latest macOS version from Apple, Monterey. Apple is expected to release macOS Monterey this fall.

Intended Outcome
Run your Actions workflow jobs on the latest iteration of Apple's macOS platform.

How will it work
Update your workflow jobs to include runs-on: macos-12

jobs:
  build:
    runs-on: macos-12
    steps:
      - uses: actions/checkout@v2
      - name: Build
        run: swift build
      - name: Run tests
        run: swift test
@github github locked and limited conversation to collaborators Sep 8, 2021
@github-product-roadmap github-product-roadmap added this to Q4 2021 – Oct-Dec in GitHub public roadmap Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
GitHub public roadmap
Q4 2021 – Oct-Dec
Status: Q4 2021 – Oct-Dec
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant