Skip to content

Commit

Permalink
Rollback make-badges to include Ubuntu 14.04
Browse files Browse the repository at this point in the history
  • Loading branch information
lo-simon committed Oct 13, 2023
1 parent b5c8d2e commit 773a731
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/src/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 773a731

Please sign in to comment.