mirror of
https://github.com/scarf-sh/tie.git
synced 2024-11-22 18:42:05 +03:00
include strategy key structure
This commit is contained in:
parent
1fa1df2a00
commit
7943a68cc0
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
@ -8,14 +8,15 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
matrix:
|
strategy:
|
||||||
os:
|
matrix:
|
||||||
- ubuntu-latest
|
os:
|
||||||
- macOS-latest
|
- ubuntu-latest
|
||||||
cabal:
|
- macos-latest
|
||||||
- "3.6.2.0"
|
cabal:
|
||||||
ghc:
|
- "3.6.2.0"
|
||||||
- "9.2.3"
|
ghc:
|
||||||
|
- "9.2.3"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user