mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-31 11:10:51 -07:00
Using the matrix output as input to the job's runs-on parameter.
This commit is contained in:
parent
a91cd3aef2
commit
ce35bedfa8
1 changed files with 2 additions and 0 deletions
2
mps/.github/workflows/c-cpp.yml
vendored
2
mps/.github/workflows/c-cpp.yml
vendored
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue