Skip to content

Commit

Permalink
chore(ci): test on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 21, 2023
1 parent 4a5c562 commit f3d160f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ on:

jobs:
ci-linux:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
emacs_version:
- 28.2
- 29.1
Expand All @@ -24,6 +27,7 @@ jobs:
version: ${{ matrix.emacs_version }}
# Install dependencies for vterm...
- name: Install dependency needed for some Emacs packages
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get install -y libtool-bin cmake tree
Expand Down

0 comments on commit f3d160f

Please sign in to comment.