From: Zack Cerza Date: Fri, 20 Jan 2023 18:26:12 +0000 (-0700) Subject: CI: Pin to ubuntu-20.04 for now X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=21daeed4f76335b5e1f2b63d63a1f43332e43bee;p=teuthology.git CI: Pin to ubuntu-20.04 for now Signed-off-by: Zack Cerza --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3750d55a..3642411bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-20.04] python: ['3.7', '3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v2