1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

Build on all supported platforms (#139)

* Build on all supported platforms

* rename job
This commit is contained in:
shimataro 2020-06-06 15:37:44 +09:00 committed by GitHub
parent be59087152
commit d93f5c693a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,16 @@ on:
jobs:
build:
name: Build on ${{ matrix.os }} / Node.js v${{ matrix.nodejs }}
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- Windows-latest
- macOS-latest
- Ubuntu-latest
- Windows-2019
- macOS-10.15
- Ubuntu-16.04
- Ubuntu-18.04
- Ubuntu-20.04
nodejs:
- 12
fail-fast: false