Skip to content

Commit

Permalink
chore(ci): remove Emacs 28.2, merge Linux and MacOS configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 7, 2024
1 parent 2d39a51 commit 043de03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 104 deletions.
101 changes: 0 additions & 101 deletions .github/workflows/ci-linux.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ci-macos.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI MacOS
name: CI Linux & MacOS

on:
push:
Expand All @@ -19,13 +19,13 @@ on:

jobs:
ci-macos:
runs-on: macos-latest
runs-on: [ubuntu-latest macos-latest]
continue-on-error: ${{ matrix.experimental }}
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
emacs-version:
- 28.2
- 29.2
- 29.3
- release-snapshot
Expand Down

0 comments on commit 043de03

Please sign in to comment.