Skip to content

Commit

Permalink
ci(github-actions): Update runners and Emacs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Mar 16, 2024
1 parent 7fe3c88 commit af72906
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,21 @@ jobs:
fail-fast: false
matrix:
os:
- macos-10.15
- ubuntu-18.04
- macos-11
- macos-12
- ubuntu-20.04
- ubuntu-22.04
- windows-2019
- windows-2022
emacs-version:
- '25.3'
- '26.3'
- '27.2'
- '28.2'
- '29.2'
include:
# Older Emacs binaries for Windows don't have dynamic modules enabled.
- os: windows-2016
emacs-version: '27.2'
- os: windows-2019
emacs-version: '27.2'
- os: macos-11
emacs-version: '26.3'
- os: ubuntu-20.04
emacs-version: '26.3'
runs-on: ${{ matrix.os }}
steps:
- name: Set up Rust
Expand Down

0 comments on commit af72906

Please sign in to comment.