Skip to content

Commit

Permalink
Fix build runner
Browse files Browse the repository at this point in the history
  • Loading branch information
olliewalsh committed Jan 19, 2025
1 parent 174a04a commit 06c090c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-24.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-24.04-arm, ubuntu-24.04 ]
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:


merge:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs:
- build
steps:
Expand Down

0 comments on commit 06c090c

Please sign in to comment.