Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josteink authored Jun 3, 2024
1 parent 78f1a2f commit c532767
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c532767

Please sign in to comment.