Skip to content

Commit

Permalink
Only run CI on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Aug 2, 2023
1 parent 9819951 commit 76a7050
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
os: [ubuntu-latest]
emacs_version:
- 26.1
- 26.2
Expand All @@ -25,8 +24,6 @@ jobs:
include:
- emacs_version: snapshot
experimental: true
- os: macos-latest
emacs_version: 28.1
steps:
- uses: purcell/setup-emacs@master
with:
Expand Down

0 comments on commit 76a7050

Please sign in to comment.