Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin committed Oct 5, 2023
1 parent f89193d commit fb9f295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
image_family: ubuntu-2004-lts
machine_type: e2-highcpu-32
disk_size: 400
machine_zone: ${{ env.GCP_ZONE }}
machine_zone: europe-west3-a
ephemeral: true

- name: install as user
run: >
gcloud compute ssh
gce-gh-runner-${{ github.run_id }}-${{ github.run_attempt }}
--zone ${{ env.GCP_ZONE }}
--zone europe-west3-a
--command="cd /actions-runner && sudo ./svc.sh uninstall && sudo ./svc.sh install ubuntu"
test-features:
Expand Down

0 comments on commit fb9f295

Please sign in to comment.