Skip to content

Commit 2e45407

Browse files
authored
build: Updating windows runners to 2022 (#242)
1 parent f95871a commit 2e45407

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-nativeshims.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
jobs:
3333
build-windows:
3434
name: Build Windows
35-
runs-on: windows-2019
35+
runs-on: windows-2022
3636
steps:
3737
- uses: actions/checkout@v4
3838
- run: |
@@ -115,7 +115,7 @@ jobs:
115115
contents: read
116116
packages: read
117117
attestations: write
118-
runs-on: windows-2019
118+
runs-on: windows-2022
119119
needs: [build-windows, build-linux-amd64, build-linux-arm64, build-macos]
120120
env:
121121
PACKAGE_VERSION: ${{ github.event.inputs.version != '' && github.event.inputs.version || '1.0.0' }}
@@ -153,7 +153,7 @@ jobs:
153153
154154
publish-internal:
155155
name: Publish to internal NuGet
156-
runs-on: windows-2019
156+
runs-on: windows-2022
157157
needs: pack
158158
environment: Internal NuGet feed
159159
permissions:

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
build-artifacts:
6464
name: Build artifacts
65-
runs-on: windows-2019
65+
runs-on: windows-2022
6666
needs: run-tests
6767
permissions:
6868
id-token: write
@@ -166,7 +166,7 @@ jobs:
166166

167167
publish-internal:
168168
name: Publish to internal NuGet
169-
runs-on: windows-2019
169+
runs-on: windows-2022
170170
needs: build-artifacts
171171
if: ${{ github.event.inputs.push-to-dev == 'true' }}
172172
permissions:

0 commit comments

Comments
 (0)