Skip to content

add macOS debug workflow and sandbox script #1

add macOS debug workflow and sandbox script

add macOS debug workflow and sandbox script #1

Workflow file for this run

name: Debug macOS
on:
push:
branches:
- 'debug/mac-tests'
jobs:
debug:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Start Interactive SSH Session
uses: mxschmitt/action-tmate@v3