summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 dd57660..36d60fc 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 graviton],
+ os: [self-hosted, Linux, ARM64, graviton],
cc: "clang-12",
cxx: "clang-cpp-12"
}