From f7bd2f7317358123cb0685ef121ed3606c632952 Mon Sep 17 00:00:00 2001 From: Simon Lo Date: Fri, 20 Oct 2023 10:51:19 +0100 Subject: [PATCH] Rollback make-badges to include Ubuntu 14.04 (#349) --- .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 }}