Skip to content

test with macbook

test with macbook #1

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: macos-13
steps:
# - uses: actions/checkout@v2
- name: Setup upterm session
uses: lhotari/action-upterm@v1
# with:
# ## limits ssh access and adds the ssh public key for the user which triggered the workflow
# limit-access-to-actor: true
# ## limits ssh access and adds the ssh public keys of the listed GitHub users
# limit-access-to-users: laixintao