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 476cefc commit 0b24153
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
emacs_version: [27.2, 28.2, 29.2]
include:
- os: macos-latest
emacs_version: 29.2
os: [macos-12]
emacs_version: [29.2]
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -67,6 +64,9 @@ jobs:
run: |
brew list gnupg &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install gnupg
brew list gnu-tar &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install gnu-tar
brew list texinfo &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install texinfo
# github doc (unintelligible as of 20220428) suggests ">>" prepends to PATH.
echo "`brew --prefix texinfo`/bin" >> $GITHUB_PATH
- name: test
run: |
Expand Down

0 comments on commit 0b24153

Please sign in to comment.