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

Add Windows-2022 / macOS-11 / macOS-12 / Ubuntu-22.04

Drop Ubuntu-16.04
This commit is contained in:
shimataro 2022-10-30 18:23:09 +09:00
parent a94b58995c
commit 7fd31e75c7
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
9 changed files with 84 additions and 13 deletions

View file

@ -36,6 +36,7 @@ jobs:
os:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
steps:
- name: Checkout source codes
uses: actions/checkout@v2