From 773a73158d805518887ab010a686140ea14644f3 Mon Sep 17 00:00:00 2001 From: lo-simon Date: Fri, 13 Oct 2023 09:58:39 +0100 Subject: [PATCH] Rollback make-badges to include Ubuntu 14.04 --- .github/workflows/build-test.yml | 4 ++-- .github/workflows/src/build-test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 351065bca..d41c12859 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -1075,8 +1075,8 @@ jobs: - name: make badges run: | - # combine badges from all builds, exclude macos-11 and ubuntu-14.04 - ${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-11 ubuntu-14.04 + # combine badges from all builds, exclude macos-11 + ${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-11 # force push to github onto an orphan 'badges' branch cd ${{ github.workspace }} diff --git a/.github/workflows/src/build-test.yml b/.github/workflows/src/build-test.yml index 0c52208aa..871fb2173 100644 --- a/.github/workflows/src/build-test.yml +++ b/.github/workflows/src/build-test.yml @@ -175,8 +175,8 @@ jobs: - name: make badges run: | - # combine badges from all builds, exclude macos-11 and ubuntu-14.04 - ${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-11 ubuntu-14.04 + # combine badges from all builds, exclude macos-11 + ${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-11 # force push to github onto an orphan 'badges' branch cd ${{ github.workspace }}