Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaCooljx committed Sep 25, 2024
1 parent 8afa51e commit f35e128
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
steps:
- name: Install Go
run: |
curl -O https://dl.google.com/go/go1.22.1.darwin-arm64.pkg
sudo installer -pkg go1.22.1.darwin-arm64.pkg -target /
curl -O https://dl.google.com/go/go1.23.1.darwin-arm64.pkg
sudo installer -pkg go1.23.1.darwin-arm64.pkg -target /
- name: Install Tailscale
run: |
Expand Down Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Wait for 6h
run: |
echo "Now, you can connect to the GitHub Actions VM via 'ssh action@[tailscale-ip]'. Recommend switching to user 'runner' after that"
sleep 21600 # A single step is limited to 6h, you can adjust the time as needed
sleep 21000 # A single step is limited to 6h, you can adjust the time as needed
2 changes: 1 addition & 1 deletion .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Wait for 6h
run: |
echo "Now, you can connect to the GitHub Actions VM via 'ssh runner@[tailscale-ip]'"
sleep 6h # A single step is limited to 6h, you can adjust the time as needed
sleep 350m # A single step is limited to 6h, you can adjust the time as needed
2 changes: 1 addition & 1 deletion .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- name: Wait for 6h # A single step is limited to 6h, you can adjust the time as needed
run: |
echo "Now, you can connect to the GitHub Actions VM via 'ssh runneradmin@[tailscale-ip], or use RDP'"
Start-Sleep -Seconds 21600
Start-Sleep -Seconds 21000

0 comments on commit f35e128

Please sign in to comment.