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:
parent
228cc4568b
commit
a91cd3aef2
1 changed files with 4 additions and 2 deletions
6
mps/.github/workflows/c-cpp.yml
vendored
6
mps/.github/workflows/c-cpp.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue