fix: dont use codeberg's broken ci/cd runners

This commit is contained in:
Chance 2025-04-10 16:55:40 -04:00 committed by BitSyndicate
parent 65424965ee
commit f5dbd09daf
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

View file

@ -55,7 +55,7 @@ jobs:
linker_env_var: CARGO_TARGET_AARCH64_APPLE_DARWIN_LINKER linker_env_var: CARGO_TARGET_AARCH64_APPLE_DARWIN_LINKER
linker_env_value: zig linker_env_value: zig
cargo_command: zigbuild cargo_command: zigbuild
runs-on: codeberg-small runs-on: ubuntu-latest
steps: steps:
- name: 📥 Clone repository - name: 📥 Clone repository
uses: actions/checkout@v4 uses: actions/checkout@v4