Rename GitHub Unix CI workflow

No real changes, just use a less generic name now that we have wxMSW
cross-building CI workflow too.
This commit is contained in:
Vadim Zeitlin 2021-07-03 17:57:43 +02:00
parent e28b2d91fc
commit 7d9d4c9e50

View file

@ -1,5 +1,5 @@
# Continuous integration workflow for wxWidgets.
name: GitHub CI
# CI workflow for wxWidgets builds using configure+make under Unix.
name: Unix builds
on:
push: