1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-27 01:01:52 -07:00

Extending job to run on macos using a build matrix.

This commit is contained in:
Richard Brooksby 2023-01-11 13:08:31 +00:00
parent 228cc4568b
commit a91cd3aef2

View file

@ -12,8 +12,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
# See <https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#using-a-matrix-strategy>.
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3