1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-14 05:15:23 +02:00

Merge pull request from nushell/jntrnr-patch-2

Try  - Mac/Windows CI
This commit is contained in:
JT
2021-10-12 08:24:09 +13:00
committed by GitHub

@ -4,12 +4,14 @@ name: Continuous integration
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
rust:
- stable
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2