From ca5356ccf9308dad491766dc78b6eb0fffcba82e Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Tue, 26 Jan 2021 16:24:44 -0800 Subject: [PATCH] Set MATRIX_OS manually for unit test job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 912649194..5555f15f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: MIX_ENV: test POSTGRES_HOST: localhost GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + MATRIX_OS: ubuntu-20.04 services: postgres: image: postgres:13