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: Windows Server 2022 on GitHub-hosted runners #241

Closed
github-product-roadmap opened this issue Sep 8, 2021 · 1 comment
Closed
Labels
actions Feature: GitHub Actions all Product SKU: All beta Feature phase: Beta cloud Available on Cloud shipped Shipped

Comments

@github-product-roadmap
Copy link
Collaborator

Windows Server 2022 with Visual Studio 2022 Preview is now available in beta on GitHub-hosted runners. Use it by putting runs-on: windows-2022 in your workflow file.

jobs:
  build:
    runs-on: windows-2022
    steps:
      - uses: actions/checkout@v2
      - uses: actions/setup-dotnet@v1
      - name: Build
        run: dotnet build
      - name: Run tests
        run: dotnet test

The Windows Server 2022 runner image has different tools and tool versions than Windows Server 2019.

Read more on available runner images and beta images terms of use in docs.

@github github locked and limited conversation to collaborators Sep 8, 2021
@github-product-roadmap github-product-roadmap added actions Feature: GitHub Actions all Product SKU: All beta Feature phase: Beta cloud Available on Cloud code-to-cloud shipped Shipped labels Sep 8, 2021
@Sid-ah Sid-ah closed this as completed Sep 8, 2021
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 shipped Shipped
Projects
Archived in project
Development

No branches or pull requests

2 participants