diff options
Diffstat (limited to '.github/workflows/ci_ubuntu.yml')
-rw-r--r-- | .github/workflows/ci_ubuntu.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml index 2b11a1d..dd57660 100644 --- a/.github/workflows/ci_ubuntu.yml +++ b/.github/workflows/ci_ubuntu.yml @@ -29,7 +29,7 @@ jobs: } - { name: "Ubuntu x86 Clang", - os: [self-hosted, linux, ARM64, aws], + os: [self-hosted Linux ARM64 graviton], cc: "clang-12", cxx: "clang-cpp-12" } |