Skip to content

Commit f7bd2f7

Browse files
authored
Rollback make-badges to include Ubuntu 14.04 (#349)
1 parent b5c8d2e commit f7bd2f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,8 +1075,8 @@ jobs:
10751075

10761076
- name: make badges
10771077
run: |
1078-
# combine badges from all builds, exclude macos-11 and ubuntu-14.04
1079-
${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-11 ubuntu-14.04
1078+
# combine badges from all builds, exclude macos-11
1079+
${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-11
10801080
10811081
# force push to github onto an orphan 'badges' branch
10821082
cd ${{ github.workspace }}

.github/workflows/src/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ jobs:
175175

176176
- name: make badges
177177
run: |
178-
# combine badges from all builds, exclude macos-11 and ubuntu-14.04
179-
${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-11 ubuntu-14.04
178+
# combine badges from all builds, exclude macos-11
179+
${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-11
180180
181181
# force push to github onto an orphan 'badges' branch
182182
cd ${{ github.workspace }}

0 commit comments

Comments
 (0)