aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-06-19 17:29:48 -0500
committerCalvin Rose <calsrose@gmail.com>2025-06-19 17:29:48 -0500
commitd96e584869daa8ab5300b8414914c6f15d6cc016 (patch)
tree81f3462f71b5def7150eae8fcaa339128e4663c2 /.github
parentReorder post event / interrupt sequence in deadline. (diff)
Remove windows-2019 from github CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
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