Skip to content

Commit

Permalink
fix(ci): don't use large runners
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Aug 26, 2024
1 parent 4b8c91f commit 7fc22b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
- kde/kde-live
#- pantheon/pantheon-live
- xfce/xfce-live
runs-on: ${{ matrix.arch == 'x86_64' && matrix.variant == 'kde/kde-live' && 'x86-64-lg' || matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
container:
image: ghcr.io/terrapkg/builder:f41
# Pass /dev from host to container
Expand Down

0 comments on commit 7fc22b0

Please sign in to comment.