fix: dont use codeberg's broken ci/cd runners
This commit is contained in:
parent
494683c0e8
commit
7d79e13f51
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue