Skip to content

Commit c532767

Browse files
authored
Update build.yml
1 parent 78f1a2f commit c532767

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build & Test
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master ]o
66
pull_request:
77
branches: [ master ]
88
# Allows you to run this workflow manually from the Actions tab
@@ -14,17 +14,13 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-latest, macos-latest, windows-latest]
17+
os: [ubuntu-latest, windows-latest]
1818
experimental: [false]
1919
emacs-version: [26.1, 26.2, 26.3, 27.1, 27.2, 28.1]
2020
include:
2121
- emacs-version: snapshot
2222
experimental: true
2323
os: ubuntu-latest
24-
- emacs-version: snapshot
25-
experimental: true
26-
os: macos-latest
27-
system: x86_64-darwin
2824
- emacs-version: snapshot
2925
experimental: true
3026
os: windows-latest

0 commit comments

Comments
 (0)