Skip to content

Commit 12d2a2d

Browse files
committed
chore(ci): Use a newer image for s3 ci jobs
ubuntu-20.04 does not exists anymore so they time out. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent c5721d2 commit 12d2a2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/s3-primary-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
s3-primary-integration-tests-minio:
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2222

2323
if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
2424

.github/workflows/s3-primary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
s3-primary-tests-minio:
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2222

2323
if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
2424

0 commit comments

Comments
 (0)