diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1189070e..b5356b76f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: jobs: build: name: Python==${{ matrix.python-version }} | ${{ matrix.django-version }} - runs-on: ubuntu-24.04 + runs-on: ubuntu-20.04 services: redis: @@ -63,18 +63,18 @@ jobs: restore-keys: | ${{ runner.os }}-pip- - - uses: browser-actions/setup-chrome@v1 - # Using a fixed version, see here for more information on why: - # https://github.com/openwisp/openwisp-controller/issues/902#issuecomment-2266219715 - # TODO: find a solution to allow using recent versions - with: - chrome-version: 125 - install-dependencies: true - install-chromedriver: true - id: setup-chrome - - - run: | - ${{ steps.setup-chrome.outputs.chrome-path }} --version + # - uses: browser-actions/setup-chrome@v1 + # # Using a fixed version, see here for more information on why: + # # https://github.com/openwisp/openwisp-controller/issues/902#issuecomment-2266219715 + # # TODO: find a solution to allow using recent versions + # with: + # chrome-version: 125 + # install-dependencies: true + # install-chromedriver: true + # id: setup-chrome + + # - run: | + # ${{ steps.setup-chrome.outputs.chrome-path }} --version - name: Checkout code uses: actions/checkout@v2