Use dioxus image for cicd jobs
Some checks failed
Push Workflows / rustfmt (push) Successful in 41s
Push Workflows / docs (push) Failing after 1m49s
Push Workflows / clippy (push) Failing after 1m50s
Push Workflows / test (push) Failing after 1m58s
Push Workflows / build (push) Failing after 2m43s
Push Workflows / nix-build (push) Failing after 11m2s

This commit is contained in:
2026-06-17 20:28:51 -04:00
parent 8ed632dd8b
commit 099035a551

View File

@@ -3,7 +3,7 @@ on: push
jobs:
build:
runs-on: libretunes-cicd
runs-on: libretunes-cicd-dx
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -15,7 +15,7 @@ jobs:
run: dx build
test:
runs-on: libretunes-cicd
runs-on: libretunes-cicd-dx
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -25,7 +25,7 @@ jobs:
run: cargo test --all-targets --all-features
docs:
runs-on: libretunes-cicd
runs-on: libretunes-cicd-dx
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -50,7 +50,7 @@ jobs:
run: nix build --experimental-features 'nix-command flakes' git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git?ref=$GITHUB_REF_NAME#default
clippy:
runs-on: libretunes-cicd
runs-on: libretunes-cicd-dx
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -62,7 +62,7 @@ jobs:
run: cargo clippy --all-targets --all-features
rustfmt:
runs-on: libretunes-cicd
runs-on: libretunes-cicd-dx
steps:
- name: Checkout repository
uses: actions/checkout@v4