fix: temporarily switch to codeberg-small

This commit is contained in:
Chance 2025-04-11 16:27:33 -04:00 committed by BitSyndicate
parent 258b7374fd
commit cb8ab0afe6
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ on:
jobs:
build:
name: Build ${{ matrix.target }}
runs-on: ubuntu-latest
runs-on: codeberg-small
strategy:
fail-fast: false
matrix:

View file

@ -2,4 +2,4 @@
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libwayland-dev:$CROSS_DEB_ARCH"
]
]