Skip to content

ci: Updating windows runners to 2022 #242

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

Merged
merged 1 commit into from
Jun 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-nativeshims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
jobs:
build-windows:
name: Build Windows
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- run: |
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
contents: read
packages: read
attestations: write
runs-on: windows-2019
runs-on: windows-2022
needs: [build-windows, build-linux-amd64, build-linux-arm64, build-macos]
env:
PACKAGE_VERSION: ${{ github.event.inputs.version != '' && github.event.inputs.version || '1.0.0' }}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:

publish-internal:
name: Publish to internal NuGet
runs-on: windows-2019
runs-on: windows-2022
needs: pack
environment: Internal NuGet feed
permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

build-artifacts:
name: Build artifacts
runs-on: windows-2019
runs-on: windows-2022
needs: run-tests
permissions:
id-token: write
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:

publish-internal:
name: Publish to internal NuGet
runs-on: windows-2019
runs-on: windows-2022
needs: build-artifacts
if: ${{ github.event.inputs.push-to-dev == 'true' }}
permissions:
Expand Down
Loading