From b4491e214f527454b436386f44695af3e1f1787e Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Tue, 7 May 2024 23:48:02 -0700 Subject: [PATCH] ci: Exclude macos tests below 27.x --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 30196b0..139a491 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,7 @@ jobs: - 26.3 - 27.2 - 28.2 + - 29.3 experimental: [false] include: - os: ubuntu-latest @@ -34,6 +35,11 @@ jobs: - os: windows-latest emacs-version: snapshot experimental: true + exclude: + - os: macos-latest + emacs-version: 26.3 + - os: macos-latest + emacs-version: 27.2 steps: - uses: actions/checkout@v4