File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1075,8 +1075,8 @@ jobs:
1075
1075
1076
1076
- name : make badges
1077
1077
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
1080
1080
1081
1081
# force push to github onto an orphan 'badges' branch
1082
1082
cd ${{ github.workspace }}
Original file line number Diff line number Diff line change @@ -175,8 +175,8 @@ jobs:
175
175
176
176
- name : make badges
177
177
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
180
180
181
181
# force push to github onto an orphan 'badges' branch
182
182
cd ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments