summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-11-20 12:12:41 +0100
committerUwe Klotz <uklotz@mixxx.org>2020-11-20 12:12:41 +0100
commit1d84af2060a4d8311d4f11b68c0f8c32f69751b5 (patch)
tree8e07cefb3c4948a01d57a9e9f97d48f65dd3eea7 /.github
parent75fe3c292343630c4dc018c532b6909b158e8434 (diff)
GitHub CI: No need to mention the default compiler for Ubuntu
Building with different compilers could be added to the build matrix instead.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b339f7774e..4b22a879de 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,8 +14,8 @@ env:
CCACHE_NOCOMPRESS: true
jobs:
- build-ubuntu-gcc:
- name: ${{ matrix.os }} / gcc
+ build-ubuntu:
+ name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix: