diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 163c680..5261b68 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -7,7 +7,7 @@ jobs: test_and_build: runs-on: ubuntu-latest container: - image: wakemeops/ubuntu:18.04 + image: wakemeops/ubuntu:22.04 steps: - name: Install Poetry, Python 3.10 and other dependencies uses: upciti/wakemeops-action@v1