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:
parent
be59087152
commit
b4105ed0bb
1 changed files with 5 additions and 3 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -13,9 +13,11 @@ jobs:
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue