From cf6ecec8e4f5d7006ea2c37b41ece8d8f3d5d3fd Mon Sep 17 00:00:00 2001 From: bladeoner Date: Mon, 4 Oct 2021 17:03:56 +0200 Subject: [PATCH] Change Github Workflow build name (#427) --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 5e6faf1..c323e65 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build: - name: ubuntu-20.04 + name: Build VBA GX runs-on: ubuntu-20.04 container: devkitpro/devkitppc:latest