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 13 (Ventura) on GitHub-hosted runners (Beta) #620

Closed
github-product-roadmap opened this issue Dec 14, 2022 · 1 comment
Closed
Labels
actions Feature: GitHub Actions all Product SKU: All beta Feature phase: Beta cloud Available on Cloud runners C2C - Actions Compute

Comments

@github-product-roadmap
Copy link
Collaborator

Summary
Actions will add the ability to run your workflow jobs on the latest macOS version from Apple, Ventura.
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-13

jobs:
  build:
    runs-on: macos-13
    steps:
      - uses: actions/checkout@v2
      - name: Build
        run: swift build
      - name: Run tests
        run: swift test
@github github locked and limited conversation to collaborators Dec 14, 2022
@github-product-roadmap github-product-roadmap added actions Feature: GitHub Actions all Product SKU: All beta Feature phase: Beta cloud Available on Cloud runners C2C - Actions Compute labels Dec 14, 2022
@ankneis
Copy link
Collaborator

ankneis commented Jul 25, 2023

@ankneis ankneis closed this as completed Jul 25, 2023
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 cloud Available on Cloud runners C2C - Actions Compute
Projects
Status: No status
Development

No branches or pull requests

2 participants