From eb660f3e5a0b0b387494bc9c2b575cbf004c292d Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Thu, 26 Sep 2024 10:01:14 -0600 Subject: [PATCH] fix: Force Ubuntu 22.04, pending CI fixes. --- .github/workflows/build-user-config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index c3e4789dc5d5..905cf9d3004f 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-latest + runs-on: ubuntu-22.04 name: Fetch Build Keyboards outputs: build_matrix: ${{ env.build_matrix }} @@ -43,7 +43,7 @@ jobs: yaml2json "${{ inputs.build_matrix_path }}" | jq build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 container: image: zmkfirmware/zmk-build-arm:stable needs: matrix @@ -170,7 +170,7 @@ jobs: path: ${{ env.build_dir }}/artifacts merge: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: build name: Merge Output Artifacts steps: