From ccf2c0b5d2a2d95cfc930305cc31db1fb510d1a6 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 6 Jun 2020 09:56:12 +0900 Subject: [PATCH] macOS -> macOS Catalina --- .github/workflows/verify-on-macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/verify-on-macos.yml b/.github/workflows/verify-on-macos.yml index 274b1e1..eb17706 100644 --- a/.github/workflows/verify-on-macos.yml +++ b/.github/workflows/verify-on-macos.yml @@ -1,6 +1,6 @@ # https://help.github.com/en/articles/workflow-syntax-for-github-actions -name: macOS +name: macOS Catalina on: - push @@ -9,7 +9,7 @@ on: jobs: ssh: name: Connect to github.com - runs-on: macos-latest + runs-on: macos-10.15 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: macos-latest + runs-on: macos-10.15 steps: - name: Checkout source codes uses: actions/checkout@v2