From ada1c9d00f40af21cba9e08b151f647441b9c3d4 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 14 Aug 2024 20:22:34 +0200 Subject: [PATCH] ci: consistently rename macos -autotools build Use the same suffix string "-autotools" for "macos-x86_64-autotools" which the linux-x86_64-autotools build already uses. --- .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 1dfec5eba..4e80052e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -245,7 +245,7 @@ jobs: build/src/avrdude build/src/avrdude.conf - macos-x86_64_autotools: + macos-x86_64-autotools: runs-on: macos-latest steps: - uses: actions/checkout@v3