From bca6ea29f7e5619a13edbfeb50fc5618ca29d905 Mon Sep 17 00:00:00 2001 From: dvub Date: Wed, 18 Dec 2024 16:56:26 -0800 Subject: [PATCH] fix syntax --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b75cdf2..8e4d47b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: include: - - { name: Ubuntu (latest), os: ubuntu-latest, cross-target: "" } + - { name: ubuntu, os: ubuntu-latest, cross-target: "" } # - { # name: macos-universal, # os: macos-latest,