branch: externals/hyperbole commit 30f582ddf4a4f72ad87b182213b9a3bd323589a1 Author: Robert Weiner <r...@gnu.org> Commit: GitHub <nore...@github.com>
Update main.yml - Revert to 'master' branch --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 416ef64987..fe453264eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - version: [27.2, 28.2, 29.4, master-alpine] + version: [27.2, 28.2, 29.4, master] container: silex/emacs:${{ matrix.version }}-ci steps: