Skip to content

Commit

Permalink
inherit from global runs-on config (#14909)
Browse files Browse the repository at this point in the history
  • Loading branch information
aluon authored Oct 17, 2024
1 parent 6d3a0de commit 00aad9d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/runs-on.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
images:
aptos-ubuntu-x64:
platform: "linux"
arch: "x64"
ami: "ami-09f7d4bfb08b771be" # image for testing, with gcloud sdk and kubectl
owner: "058264343338" # aptos-ci AWS account id
aptos-ubuntu-x64-latest:
platform: "linux"
arch: "x64"
owner: "058264343338" # aptos-ci AWS account id
name: "aptos-runs-on-*"
# Inherit from the internal-ops repo
# https://runs-on.com/configuration/repo-config/
_extends: internal-ops

0 comments on commit 00aad9d

Please sign in to comment.