Skip to content

Commit

Permalink
windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 committed Jun 8, 2024
1 parent 1438eca commit 8b69e29
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-ndk-windows-llvm-msvc-PDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest]
os: [windows-2022]
env:
BUILD_TYPE: RelWithDebInfo
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-ndk-windows-llvm-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest]
os: [windows-2022]
env:
BUILD_TYPE: Release
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-wrapper-llvm-msvc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-2022]
env:
BUILD_TYPE: Release
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-llvm-msvc-build-PDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest]
os: [windows-2022]
env:
BUILD_TYPE: RelWithDebInfo
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-llvm-msvc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest]
os: [windows-2022]
env:
BUILD_TYPE: Release
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-wrapper-llvm-msvc-build-PDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest]
os: [windows-2022]
env:
BUILD_TYPE: RelWithDebInfo
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-wrapper-llvm-msvc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest]
os: [windows-2022]
env:
BUILD_TYPE: Release
steps:
Expand Down

0 comments on commit 8b69e29

Please sign in to comment.