diff --git a/.github/workflows/rebuild.yml b/.github/workflows/rebuild.yml index e4d3f01a00..436dc32596 100644 --- a/.github/workflows/rebuild.yml +++ b/.github/workflows/rebuild.yml @@ -8,7 +8,7 @@ on: jobs: rebuild: concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession. - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/setup-node@v3 with: @@ -18,8 +18,6 @@ jobs: - name: Rebuild run: | - sudo add-apt-repository https://apt-origin.pop-os.org/ubuntu/dists/jammy/ - sudo apt update sudo apt install python2 npm install npm run translate