summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-30 02:29:20 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-30 02:29:20 +0700
commit7559717fd3ebba0bbc41046b2cd727daaa2969c1 (patch)
tree916c7569227f020af88236213852d3420f777ccc
parentf4f4c3ce1176c1d33830cf5f127779f005b45214 (diff)
downloadlibgd-7559717fd3ebba0bbc41046b2cd727daaa2969c1.tar.gz
let figure out the syntax...
-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 d9b4a45..f010500 100644
--- a/.github/workflows/ci_ubuntu.yml
+++ b/.github/workflows/ci_ubuntu.yml
@@ -22,7 +22,7 @@ jobs:
matrix:
config:
- {
- os: [self-hosted, linux, ARM64, aws],
+ os: "self-hosted, linux, ARM64, aws",
name: "Ubuntu Graviton GCC",
cc: "gcc",
cxx: "g++"