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,