1
Fork 0
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:
Richard Brooksby 2023-01-11 13:11:19 +00:00
parent a91cd3aef2
commit ce35bedfa8

View file

@ -17,6 +17,8 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: configure