Upgrades CI to macos-13 #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is automatically generated by iconset script. | |
# | |
# DO NOT MODIFY it manually. | |
name: Icon elrumo1 | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- "icons/elrumo1.icns" | |
- ".github/workflows/icon-elrumo1.yml" | |
pull_request: | |
paths: | |
- "icons/elrumo1.icns" | |
- ".github/workflows/icon-elrumo1.yml" | |
jobs: | |
build: | |
runs-on: macos-13 | |
env: | |
HOMEBREW_GITHUB_REF: ${{ github.head_ref || github.ref }} | |
HOMEBREW_GITHUB_REPOSITORY: ${{ github.repository }} | |
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }} | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build emacs-plus with elrumo1 icon | |
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-elrumo1-icon | |
- name: Test installation | |
run: $(brew --prefix)/bin/emacs --batch --eval='(print (+ 2 2))' |