Skip to content

Commit fca1cef

Browse files
authored
Remove windows-latest from OS matrix in workflow
1 parent 7cc9918 commit fca1cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/multi-language-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
max-parallel: 15
4747
matrix:
48-
os: [ubuntu-22.04, ubuntu-24.04, windows-2022, windows-latest, windows-2025-vs2026, macos-latest]
48+
os: [ubuntu-22.04, ubuntu-24.04, windows-2022, windows-2025-vs2026, macos-latest]
4949
runs-on: ${{ matrix.os}}
5050

5151
steps:

0 commit comments

Comments
 (0)