(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:
Klaus Frank 2022-06-29 04:51:43 +02:00 committed by GitHub
parent 9750e1fa10
commit 83aa817b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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