From c532767e60fe4b84e74c9558fcc66302485e8889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jostein=20Kj=C3=B8nigsen?= Date: Mon, 3 Jun 2024 13:55:37 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e14f2e..4178e73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build & Test on: push: - branches: [ master ] + branches: [ master ]o pull_request: branches: [ master ] # Allows you to run this workflow manually from the Actions tab @@ -14,17 +14,13 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, windows-latest] experimental: [false] emacs-version: [26.1, 26.2, 26.3, 27.1, 27.2, 28.1] include: - emacs-version: snapshot experimental: true os: ubuntu-latest - - emacs-version: snapshot - experimental: true - os: macos-latest - system: x86_64-darwin - emacs-version: snapshot experimental: true os: windows-latest