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

This commit is contained in:
Chance 2025-04-10 16:55:40 -04:00
parent 1dd9a987f2
commit 75c755847e
Signed by untrusted user: caznix
GPG key ID: 489D213143D753FD

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