mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
add windows-2016
virtual environment
This commit is contained in:
parent
8700666d07
commit
dc06f8c3af
1 changed files with 10 additions and 0 deletions
10
.github/workflows/verify-on-windows.yml
vendored
10
.github/workflows/verify-on-windows.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- windows-2016
|
||||
- windows-2019
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
|
@ -33,6 +34,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- windows-2016
|
||||
- windows-2019
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
|
@ -53,6 +55,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- windows-2016
|
||||
- windows-2019
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
|
@ -73,6 +76,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- windows-2016
|
||||
- windows-2019
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
|
@ -100,6 +104,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- windows-2016
|
||||
- windows-2019
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
|
@ -126,6 +131,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- windows-2016
|
||||
- windows-2019
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
|
@ -148,6 +154,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- windows-2016
|
||||
- windows-2019
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
|
@ -174,6 +181,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- windows-2016
|
||||
- windows-2019
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
|
@ -196,6 +204,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- windows-2016
|
||||
- windows-2019
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
|
@ -223,6 +232,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- windows-2016
|
||||
- windows-2019
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue