ci: try small instances
parent
e45b3b4d48
commit
e99b8d4134
|
|
@ -5,7 +5,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md"]
|
||||
os: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm"]
|
||||
|
||||
target: [
|
||||
aarch64-linux,
|
||||
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
run: nix develop -c zig build -Dstatic=true -Dapp-runtime=glfw -Dtarget=${{ matrix.target }}
|
||||
|
||||
build-linux-libghostty:
|
||||
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md
|
||||
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm
|
||||
needs: test
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
run: nix develop -c zig build -Dapp-runtime=none
|
||||
|
||||
build-nix:
|
||||
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md
|
||||
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm
|
||||
needs: test
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -183,7 +183,7 @@ jobs:
|
|||
run: Get-Content -Path ".\build.log"
|
||||
|
||||
test:
|
||||
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md
|
||||
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue