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 eb660f3
Showing 1 changed file with 3 additions and 3 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

0 comments on commit eb660f3

Please sign in to comment.