From af72906292dfb588921d2c4cf0309599d87b38f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=E1=BA=A5n-Anh=20Nguy=E1=BB=85n?= Date: Fri, 15 Mar 2024 23:00:40 +0700 Subject: [PATCH] ci(github-actions): Update runners and Emacs versions --- .github/workflows/main.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca5167a..af99662 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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