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:
parent
be59087152
commit
d93f5c693a
1 changed files with 6 additions and 4 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -8,14 +8,16 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build on ${{ matrix.os }} / Node.js v${{ matrix.nodejs }}
|
name: Build
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue