fix: temporarily switch to codeberg-small

This commit is contained in:
Chance 2025-04-11 16:27:33 -04:00 committed by BitSyndicate
parent 16e0d75d9a
commit 31f99d4edb
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
2 changed files with 2 additions and 2 deletions
.forgejo/workflows
Cross.toml

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"
]
]