Skip to content

Commit

Permalink
Attempt to fix OSX testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nnicandro committed Jun 29, 2024
1 parent 8c03a50 commit fc15ec0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,19 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
emacs-version: [26.3, 27.2, 28.2, snapshot]
emacs-version: [26.3, 27.2, 28.2, 29.2, snapshot]
exclude:
- os: macos-latest
emacs-version: 26.3
- os: macos-latest
emacs-version: 27.2
runs-on: ${{ matrix.os }}
continue-on-error: true
env:
CC: ${{ matrix.os == 'macos-latest' && 'clang' || 'gcc' }}
steps:
- uses: actions/checkout@v3
- run: brew install automake
- run: brew install automake libtool
if: matrix.os == 'macos-latest'
- name: Install Emacs
uses: purcell/setup-emacs@master
Expand Down

0 comments on commit fc15ec0

Please sign in to comment.