branch: elpa/typescript-mode
commit c532767e60fe4b84e74c9558fcc66302485e8889
Author: Jostein Kjønigsen <jost...@kjonigsen.net>
Commit: GitHub <nore...@github.com>

    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 4e14f2ea41..4178e73c7d 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

Reply via email to