Skip to content

Commit 9822cbf

Browse files
committed
change also GH actions to VS2022
1 parent 9805923 commit 9822cbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: windows-latest
8+
runs-on: windows-2022
99
strategy:
1010
max-parallel: 4
1111
matrix:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
analyze:
1414
name: Analyze
15-
runs-on: windows-latest
15+
runs-on: windows-2022
1616

1717
steps:
1818
- name: Checkout repository

0 commit comments

Comments
 (0)