From c3cb77006cede2813cd930cd569c5993f9ac317f Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 6 Jun 2020 10:10:32 +0900 Subject: [PATCH] Windows -> Windows Server 2019 --- ...ify-on-windows.yml => verify-on-windows-server-2019.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{verify-on-windows.yml => verify-on-windows-server-2019.yml} (93%) diff --git a/.github/workflows/verify-on-windows.yml b/.github/workflows/verify-on-windows-server-2019.yml similarity index 93% rename from .github/workflows/verify-on-windows.yml rename to .github/workflows/verify-on-windows-server-2019.yml index bfd62d5..8159105 100644 --- a/.github/workflows/verify-on-windows.yml +++ b/.github/workflows/verify-on-windows-server-2019.yml @@ -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