(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.
pull/470/head
Klaus Frank 2 years ago committed by GitHub
parent 9750e1fa10
commit 83aa817b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save