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

This commit is contained in:
shimataro 2020-06-06 15:35:18 +09:00
parent be59087152
commit b4105ed0bb
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -13,9 +13,11 @@ jobs:
strategy: strategy:
matrix: matrix:
os: os:
- Windows-latest - Windows-2019
- macOS-latest - macOS-10.15
- Ubuntu-latest - Ubuntu-16.04
- Ubuntu-18.04
- Ubuntu-20.04
nodejs: nodejs:
- 12 - 12
fail-fast: false fail-fast: false