From ecb3086386b3a984aabcfd23a02077d3a0f682c7 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Tue, 4 Jun 2024 17:50:42 +0800 Subject: [PATCH] Revert "ci: remove Windows" This reverts commit d6c8863b15843754bd60b45edb8a2847fc1fc045. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4be6090b..25a49bf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, windows-latest] emacs-version: [25.3, 26.3, 27.2, 28.2, 29.3] experimental: [false] include: