Skip to content

Commit

Permalink
fix: Force Ubuntu 22.04, pending CI fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Sep 26, 2024
1 parent 5d4b6df commit 5fbc418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-user-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardware-metadata-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
validate-metadata:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: docker.io/zmkfirmware/zmk-dev-arm:3.5
steps:
Expand Down

0 comments on commit 5fbc418

Please sign in to comment.