Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
dickmao committed Aug 20, 2024
1 parent 0b24153 commit e905bd6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12]
emacs_version: [29.2]
os: [ubuntu-latest]
emacs_version: [27.2, 28.2, 29.2]
include:
- os: macos-12
emacs_version: 29.2
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit e905bd6

Please sign in to comment.