aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Frank <agowa338@users.noreply.github.com>2022-06-29 04:51:43 +0200
committerGitHub <noreply@github.com>2022-06-29 04:51:43 +0200
commit83aa817b63cf6ba8f8bfa692fbedaa8109c51b81 (patch)
treec0667caee9229250f2b49508b3556273ea554906
parentMerge pull request #8340 (diff)
downloadmonero-83aa817b63cf6ba8f8bfa692fbedaa8109c51b81.tar.xz
(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.
-rw-r--r--.github/workflows/depends.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/depends.yml b/.github/workflows/depends.yml
index f20bf949f..32df7dc42 100644
--- a/.github/workflows/depends.yml
+++ b/.github/workflows/depends.yml
@@ -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