Skip to content

Commit fb478f4

Browse files
committed
Update runners to latest version
1 parent bc2b001 commit fb478f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build:
88
name: "Build"
9-
runs-on: windows-2022
9+
runs-on: windows-latest
1010
env:
1111
DOTNET_CLI_WORKLOAD_UPDATE_NOTIFY_DISABLE: true
1212
DOTNET_NOLOGO: true

.github/workflows/push-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: "Build"
11-
runs-on: windows-2022
11+
runs-on: windows-latest
1212
env:
1313
DOTNET_CLI_WORKLOAD_UPDATE_NOTIFY_DISABLE: true
1414
DOTNET_NOLOGO: true

0 commit comments

Comments
 (0)