Skip to content

Commit

Permalink
tunshell macos arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Mar 21, 2024
1 parent 21d83cb commit e9d3b86
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pr-test-macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: PR Tests macOS ARM64

on:
push:

jobs:
pr-test-arm64:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Upgrade pip
run: |
pip install --upgrade pip
- name: Tunshell
run: |
curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T GB85fRpkEtkdvd5BV7PahK WMnVTAbvpHcids57cSRLm4 eu.relay.tunshell.com

0 comments on commit e9d3b86

Please sign in to comment.