Skip to content

Commit

Permalink
chore(ci): try to enable testing on Apple M1
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 22, 2023
1 parent 15c1c17 commit a4f95c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
strategy:
fail-fast: false
matrix:
emacs_version:
emacs-version:
- 28.2
- 29.1
steps:
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
version: ${{ matrix.emacs-version }}
# Install dependencies for vterm...
- name: Install dependency needed for some Emacs packages (Ubuntu)
run: |
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/ci-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ on:

jobs:
ci-macos:
runs-on: macos-latest
runs-on: "${{ matrix.architecture }}"
strategy:
fail-fast: false
matrix:
architecture:
- macos-latest
- macos-latest-xlarge # M1
steps:
- uses: actions/checkout@v4
- name: Setup Emacs (MacOS)
Expand Down

0 comments on commit a4f95c8

Please sign in to comment.