include strategy key structure

This commit is contained in:
justinwoo 2022-11-04 03:04:48 +02:00 committed by Alexander Biehl
parent 1fa1df2a00
commit 7943a68cc0

View File

@ -8,14 +8,15 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
matrix:
os:
- ubuntu-latest
- macOS-latest
cabal:
- "3.6.2.0"
ghc:
- "9.2.3"
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
cabal:
- "3.6.2.0"
ghc:
- "9.2.3"
steps:
- name: Checkout