summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-31 13:06:04 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-31 13:06:04 +0700
commitedb01f4e4dc18ee9ca998bca72439e59916c6ac5 (patch)
tree79a5a04d39e1531a99a63760113483be8f7a94f6 /.github
parent55fd744ec64a49787baf4a7802931f4e25a993fc (diff)
downloadlibgd-edb01f4e4dc18ee9ca998bca72439e59916c6ac5.tar.gz
fix graviton self hosted name CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_ubuntu.yml2
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"
}