branch: elpa/typescript-mode commit 85841136f98f3b2fe8389874e0eee94033954303 Author: Jen-Chieh Shen <jcs090...@gmail.com> Commit: Jen-Chieh Shen <jcs090...@gmail.com>
fix defined emacs version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2d55699fc..e0abacc538 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,14 +9,14 @@ on: workflow_dispatch: jobs: - unix-build: + build: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] experimental: [false] - emacs: [26.1, 26.2, 26.3, 27.1, 27.2, 28.1] + emacs_version: [26.1, 26.2, 26.3, 27.1, 27.2, 28.1] include: - emacs: snapshot experimental: true