Skip to content

Commit 73349c0

Browse files
committed
Drop Ubuntu 20.10
1 parent 9ab1f1b commit 73349c0

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
subarch: [ppc64le]
15-
image: [ ubuntu@21.10, ubuntu@21.04, ubuntu@20.10, ubuntu@20.04, ubuntu@18.04, ubuntu@16.04, fedora@35, fedora@34, fedora@33, korg@11.1.0, korg@10.3.0, korg@9.3.0, korg@5.5.0 ]
15+
image: [ ubuntu@21.10, ubuntu@21.04, ubuntu@20.04, ubuntu@18.04, ubuntu@16.04, fedora@35, fedora@34, fedora@33, korg@11.1.0, korg@10.3.0, korg@9.3.0, korg@5.5.0 ]
1616

1717
env:
1818
SUBARCH: ${{ matrix.subarch }}

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
arch: ppc64le
2424
env: SUBARCH=ppc64le IMAGE=ubuntu@21.04
2525
name: ppc64le@ubuntu@21.04
26-
- os: linux
27-
arch: ppc64le
28-
env: SUBARCH=ppc64le IMAGE=ubuntu@20.10
29-
name: ppc64le@ubuntu@20.10
3026
- os: linux
3127
arch: ppc64le
3228
env: SUBARCH=ppc64le IMAGE=ubuntu@20.04

0 commit comments

Comments
 (0)