diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5fe4e9bf..964bb98bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ on: jobs: build: name: Build and test - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -32,6 +32,9 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - name: Free space + run: sudo rm -rf /usr/local/lib/android + - name: Retrieve date for cache key id: cache-key run: echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT