diff options
| author | Denton Gentry <dgentry@tailscale.com> | 2022-09-24 10:52:55 -0700 |
|---|---|---|
| committer | Denton Gentry <dgentry@tailscale.com> | 2022-09-24 14:34:55 -0700 |
| commit | 1691898a17696f05116dba03479a72685cf7ddde (patch) | |
| tree | e45fbb0a0186b26be08a0845001a19d5dcb05be8 /.github/workflows/cross-android.yml | |
| parent | 3d24611e325de36ea7ffac2d6288cf15e3aac784 (diff) | |
| download | tailscale-buildjet-vs-github.tar.xz tailscale-buildjet-vs-github.zip | |
CI: try GitHub's Large runnersbuildjet-vs-github
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
Diffstat (limited to '.github/workflows/cross-android.yml')
| -rw-r--r-- | .github/workflows/cross-android.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cross-android.yml b/.github/workflows/cross-android.yml index 163b984d3..d2aedc7d2 100644 --- a/.github/workflows/cross-android.yml +++ b/.github/workflows/cross-android.yml @@ -14,7 +14,7 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: github-4vcpu-ubuntu-2204 if: "!contains(github.event.head_commit.message, '[ci skip]')" |
