fix: temporarily switch to codeberg-small

This commit is contained in:
Chance 2025-04-11 16:27:33 -04:00 committed by BitSyndicate
parent bc31f78f44
commit bc24dd17b3
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 443E4198D6BBA6DE
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"
] ]