fix: temporarily switch to codeberg-small

This commit is contained in:
Chance 2025-04-11 16:27:33 -04:00
parent 488472dd6f
commit ae12a9a942
2 changed files with 2 additions and 2 deletions

View file

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

View file

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