Skip to content

Commit

Permalink
ci: consistently rename macos -autotools build
Browse files Browse the repository at this point in the history
Use the same suffix string "-autotools" for "macos-x86_64-autotools"
which the linux-x86_64-autotools build already uses.
  • Loading branch information
ndim committed Aug 15, 2024
1 parent 48db515 commit ada1c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ada1c9d

Please sign in to comment.