diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index 7b4f10b0b09..0f064621473 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -26,7 +26,7 @@ on: jobs: matrix: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest name: Fetch Build Keyboards outputs: build_matrix: ${{ env.build_matrix }} @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 - name: Install yaml2json - run: python3 -m pip install remarshal + run: pipx install remarshal - name: Fetch Build Matrix run: |