Skip to content

Commit c018a8a

Browse files
[FSSDK-11731] windows version update
1 parent c9d06cd commit c018a8a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
netFrameworksAndUnitTest:
3030
name: Build Framework & Run Unit Tests
3131
needs: [ lintCodebase ]
32-
runs-on: windows-2019 # required version for Framework 4.0
32+
runs-on: windows-2022 # required version for Framework 4.0
3333
env:
3434
REPO_SLUG: ${{ github.repository }}
3535
BUILD_NUMBER: ${{ github.run_id }}

.github/workflows/csharp_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
buildFrameworkVersions:
3232
name: Build Framework versions
3333
needs: [ variables ]
34-
runs-on: windows-2019 # required version for Framework 4.0
34+
runs-on: windows-2022 # required version for Framework 4.0
3535
steps:
3636
- name: Checkout code
3737
uses: actions/checkout@v4
@@ -55,7 +55,7 @@ jobs:
5555
buildStandard16:
5656
name: Build Standard 1.6 version
5757
needs: [ variables ]
58-
runs-on: windows-latest
58+
runs-on: windows-2022
5959
steps:
6060
- name: Checkout code
6161
uses: actions/checkout@v4
@@ -77,7 +77,7 @@ jobs:
7777
buildStandard20:
7878
name: Build Standard 2.0 version
7979
needs: [ variables ]
80-
runs-on: windows-latest
80+
runs-on: windows-2022
8181
steps:
8282
- name: Checkout code
8383
uses: actions/checkout@v4

.github/workflows/sonarqube.yml

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-latest
9+
runs-on: windows-2022
1010
steps:
1111
- name: Set up JDK 11
1212
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)