mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Windows -> Windows Server 2019
This commit is contained in:
parent
56fd56ef55
commit
c3cb77006c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||
|
||||
name: Windows
|
||||
name: Windows Server 2019
|
||||
|
||||
on:
|
||||
- push
|
||||
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
ssh:
|
||||
name: Connect to github.com
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2019
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
uses: actions/checkout@v2
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: git clone git@github.com:shimataro/ssh-key-action.git tmp
|
||||
ssh-with-name:
|
||||
name: Connect to github.com with name and config
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2019
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
uses: actions/checkout@v2
|
Loading…
Add table
Add a link
Reference in a new issue