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: