Skip to content

Commit 7d8db47

Browse files
committed
Use feature/igc branch instead of scratch/igc
1 parent 309c196 commit 7d8db47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/daily-mps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: ./.github/workflows/_build-emacs.yml
4646
with:
4747
name: mps-${{ matrix.build_native_comp == 'no' && 'no_native_comp' || 'native_comp' }}
48-
branch: scratch/igc
48+
branch: feature/igc
4949
build_gui: ${{ matrix.build_gui }}
5050
build_native_comp: ${{ matrix.build_native_comp }}
5151
do_test: false

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This repo builds Emacs as AppImages for x86-64 linux systems.
1616
* [![release](https://github.com/blahgeek/emacs-appimage/actions/workflows/release.yml/badge.svg)](https://github.com/blahgeek/emacs-appimage/releases?q=Release&expanded=true)
1717
- **Daily master build**
1818
* [![daily-master](https://github.com/blahgeek/emacs-appimage/actions/workflows/daily-master.yml/badge.svg)](https://github.com/blahgeek/emacs-appimage/releases?q=Daily+master+build&expanded=true)
19-
- **NEW! Weekly mps build**: the experimental MPS GC feature from `scratch/igc` branch. This version does not supports pgtk yet.
19+
- **NEW! Weekly mps build**: the experimental MPS GC feature from `feature/igc` branch. This version does not supports pgtk yet.
2020
* [![daily-mps](https://github.com/blahgeek/emacs-appimage/actions/workflows/daily-mps.yml/badge.svg)](https://github.com/blahgeek/emacs-appimage/releases?q=Daily+mps+build&expanded=true)
2121

2222
## Version string meanings

0 commit comments

Comments
 (0)