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=refs%2Fheads%2Fgha-u2004;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