(fix): Confusingly named CI-Job
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.
This commit is contained in:
parent
9750e1fa10
commit
83aa817b63
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue