fix: temporarily switch to codeberg-small

This commit is contained in:
Chance 2025-04-11 16:27:33 -04:00 committed by lily
parent e2da985aae
commit 5c0127006f
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
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"
] ]