1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

macOS -> macOS Catalina

This commit is contained in:
shimataro 2020-06-06 09:56:12 +09:00
parent 326fc2d503
commit ccf2c0b5d2
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -1,6 +1,6 @@
# https://help.github.com/en/articles/workflow-syntax-for-github-actions # https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: macOS name: macOS Catalina
on: on:
- push - push
@ -9,7 +9,7 @@ on:
jobs: jobs:
ssh: ssh:
name: Connect to github.com name: Connect to github.com
runs-on: macos-latest runs-on: macos-10.15
steps: steps:
- name: Checkout source codes - name: Checkout source codes
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -24,7 +24,7 @@ jobs:
run: git clone git@github.com:shimataro/ssh-key-action.git tmp run: git clone git@github.com:shimataro/ssh-key-action.git tmp
ssh-with-name: ssh-with-name:
name: Connect to github.com with name and config name: Connect to github.com with name and config
runs-on: macos-latest runs-on: macos-10.15
steps: steps:
- name: Checkout source codes - name: Checkout source codes
uses: actions/checkout@v2 uses: actions/checkout@v2