diff options
| author | 2025-06-19 17:29:48 -0500 | |
|---|---|---|
| committer | 2025-06-19 17:29:48 -0500 | |
| commit | d96e584869daa8ab5300b8414914c6f15d6cc016 (patch) | |
| tree | 81f3462f71b5def7150eae8fcaa339128e4663c2 /.github | |
| parent | Reorder post event / interrupt sequence in deadline. (diff) | |
Remove windows-2019 from github CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e99c3503..2ace8070 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: name: Build and test on Windows strategy: matrix: - os: [ windows-latest, windows-2019 ] + os: [ windows-latest, windows-2022 ] runs-on: ${{ matrix.os }} steps: - name: Checkout the repository @@ -46,7 +46,7 @@ jobs: name: Build and test on Windows Minimal build strategy: matrix: - os: [ windows-2019 ] + os: [ windows-2022 ] runs-on: ${{ matrix.os }} steps: - name: Checkout the repository |
