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.
This commit is contained in:
Hans Ulrich Niedermann
2024-08-14 20:22:34 +02:00
parent 9e9825c988
commit fb74e288da

View File

@@ -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