Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
SKIP: no-commit-to-branch

test-rust:
runs-on: ubuntu-latest
runs-on: incredibuild-runner

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
if-no-files-found: error

test-python-coverage:
runs-on: ubuntu-latest
runs-on: incredibuild-runner

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
- run: cargo run -p monty-datatest --features memory-model-checks

bench-test:
runs-on: ubuntu-latest
runs-on: incredibuild-runner

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
- run: make dev-bench

miri:
runs-on: ubuntu-latest
runs-on: incredibuild-runner

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down Expand Up @@ -709,7 +709,7 @@ jobs:
- host: windows-latest
target: x86_64-pc-windows-msvc
build: npm run build:napi -- --target x86_64-pc-windows-msvc && npm run build:ts
- host: ubuntu-latest
- host: incredibuild-runner
target: x86_64-unknown-linux-gnu
build: npm run build:napi -- --target x86_64-unknown-linux-gnu --use-napi-cross && npm run build:ts
- host: macos-latest
Expand All @@ -718,7 +718,7 @@ jobs:
- host: ubuntu-24.04-arm
target: aarch64-unknown-linux-gnu
build: npm run build:napi -- --target aarch64-unknown-linux-gnu && npm run build:ts
- host: ubuntu-latest
- host: incredibuild-runner
target: wasm32-wasip1-threads
build: npm run build:napi -- --target wasm32-wasip1-threads && npm run build:ts
steps:
Expand Down
Loading