diff --git a/.github/workflows/MacOS.yml b/.github/workflows/MacOS.yml index d23e787..7f8a4b9 100644 --- a/.github/workflows/MacOS.yml +++ b/.github/workflows/MacOS.yml @@ -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: | @@ -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 diff --git a/.github/workflows/Ubuntu.yml b/.github/workflows/Ubuntu.yml index cb6cac2..ae6cfd9 100644 --- a/.github/workflows/Ubuntu.yml +++ b/.github/workflows/Ubuntu.yml @@ -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 diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index e3694bb..d2e31f0 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -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