Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
ci:
runs-on: ubuntu-latest
runs-on: akua-heavy-ci-v2
steps:
- uses: actions/checkout@v7

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/llrt-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runner: macos-15-intel
- target: x86_64-unknown-linux-gnu
platform_arch_abi: linux-x64-gnu
runner: ubuntu-24.04
runner: akua-heavy-ci-v2
- target: aarch64-unknown-linux-gnu
platform_arch_abi: linux-arm64-gnu
runner: ubuntu-24.04-arm
Expand All @@ -61,9 +61,11 @@ jobs:

- uses: jdx/mise-action@v4

- run: pnpm install --filter @robinbraemer/llrt...
- uses: dtolnay/rust-toolchain@4360b52568e2003a75bf9bc1d59f33a8e3fc893c
with:
targets: ${{ matrix.target }}

- run: rustup target add ${{ matrix.target }}
- run: pnpm install --filter @robinbraemer/llrt...

- run: pnpm --filter @robinbraemer/llrt run create:native-packages

Expand Down Expand Up @@ -96,7 +98,7 @@ jobs:

package:
name: Package LLRT
runs-on: ubuntu-24.04
runs-on: akua-heavy-ci-v2
needs: build-native
steps:
- uses: actions/checkout@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: akua-heavy-ci-v2
permissions:
contents: read
id-token: write
Expand Down
1 change: 1 addition & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node = "24"
pnpm = "10"
task = "latest"
yarn = "1.22.22"