This is an automated email from the ASF dual-hosted git repository. akitouni pushed a commit to branch abderrahim/test-ubuntu in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 85401e2ffc70c92687d9ffc47c5f6ae913061be1 Author: Abderrahim Kitouni <[email protected]> AuthorDate: Mon Mar 28 09:01:43 2022 +0100 try ubuntu 18.04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e8bee7..d58e398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ concurrency: jobs: tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-18.04 continue-on-error: ${{ matrix.allow-failure || false }} strategy:
