Move name and runs-on out from matrix

This commit is contained in:
Dmitrii Kovanikov 2023-04-05 14:55:22 +01:00
parent 28c8743f6b
commit b516f42606

View File

@ -8,9 +8,9 @@ on:
jobs:
build:
name: ${{ matrix.os }} / OCaml ${{ matrix.ocaml-compiler }}
runs-on: ${{ matrix.os }}
strategy:
name: ${{ matrix.os }} / OCaml ${{ matrix.ocaml-compiler }}
runs-on: ${{ matrix.os }}
matrix:
os:
- macos-latest