Skip to content

Commit

Permalink
ci(github-actions): Update runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Mar 15, 2024
1 parent a00f2c0 commit 8a5414b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ jobs:
fail-fast: false
matrix:
os:
- macos-10.15
- ubuntu-18.04
- macos-11
- ubuntu-20.04
- ubuntu-22.04
emacs-version:
- '25.3'
- '26.3'
- '27.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: windows-2022
emacs-version: '27.2'
runs-on: ${{ matrix.os }}
steps:
- name: Set up Rust
Expand Down

0 comments on commit 8a5414b

Please sign in to comment.