Skip to content

Commit

Permalink
(fix): Confusingly named CI-Job
Browse files Browse the repository at this point in the history
Rename the "build-macos" job within "depends", as it is not building on macOS as the similarly named job within build.yml does. Also, both names overlap which is confusing when looking for step-by-step build instruction examples or when looking at the logfile.
  • Loading branch information
Klaus Frank authored Jun 29, 2022
1 parent 9750e1f commit 83aa817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
ccache --set-config=compression=true
jobs:
build-macos:
build-cross:
runs-on: ubuntu-18.04
env:
CCACHE_TEMPDIR: /tmp/.ccache-temp
Expand Down

0 comments on commit 83aa817

Please sign in to comment.