From 4fd4f6e1c5041235d3389d3cd1c521d3adbf9a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Wed, 30 Oct 2024 18:00:19 +0000 Subject: [PATCH] latest --- .github/workflows/tests.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3ffd1ed2..c06de11a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,12 +22,12 @@ jobs: - ubuntu-latest - macos-latest emacs_version: - - 28.1 - - 28.2 - - 29.1 - - 29.2 - - 29.3 - - 29.4 + # - 28.1 + # - 28.2 + # - 29.1 + # - 29.2 + # - 29.3 + # - 29.4 - snapshot steps: - uses: purcell/setup-emacs@master @@ -54,10 +54,10 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - emacs_version: 29.4 - - os: macos-latest - emacs_version: 29.4 + # - os: ubuntu-latest + # emacs_version: 29.4 + # - os: macos-latest + # emacs_version: 29.4 - os: macos-latest emacs_version: snapshot steps: