Skip to content

Commit 8b69e29

Browse files
authored
windows-2022
1 parent 1438eca commit 8b69e29

7 files changed

+7
-7
lines changed

.github/workflows/android-ndk-windows-llvm-msvc-PDB.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [windows-latest]
16+
os: [windows-2022]
1717
env:
1818
BUILD_TYPE: RelWithDebInfo
1919
steps:

.github/workflows/android-ndk-windows-llvm-msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [windows-latest]
17+
os: [windows-2022]
1818
env:
1919
BUILD_TYPE: Release
2020
steps:

.github/workflows/android-wrapper-llvm-msvc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-latest]
16+
os: [ubuntu-2022]
1717
env:
1818
BUILD_TYPE: Release
1919
steps:

.github/workflows/windows-llvm-msvc-build-PDB.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [windows-latest]
16+
os: [windows-2022]
1717
env:
1818
BUILD_TYPE: RelWithDebInfo
1919
steps:

.github/workflows/windows-llvm-msvc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [windows-latest]
16+
os: [windows-2022]
1717
env:
1818
BUILD_TYPE: Release
1919
steps:

.github/workflows/windows-wrapper-llvm-msvc-build-PDB.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [windows-latest]
16+
os: [windows-2022]
1717
env:
1818
BUILD_TYPE: RelWithDebInfo
1919
steps:

.github/workflows/windows-wrapper-llvm-msvc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [windows-latest]
16+
os: [windows-2022]
1717
env:
1818
BUILD_TYPE: Release
1919
steps:

0 commit comments

Comments
 (0)