mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 08:16:13 +03:00
ci: try small instances
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -5,7 +5,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md"]
|
os: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm"]
|
||||||
|
|
||||||
target: [
|
target: [
|
||||||
aarch64-linux,
|
aarch64-linux,
|
||||||
@ -41,7 +41,7 @@ jobs:
|
|||||||
run: nix develop -c zig build -Dstatic=true -Dapp-runtime=glfw -Dtarget=${{ matrix.target }}
|
run: nix develop -c zig build -Dstatic=true -Dapp-runtime=glfw -Dtarget=${{ matrix.target }}
|
||||||
|
|
||||||
build-linux-libghostty:
|
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
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@ -60,7 +60,7 @@ jobs:
|
|||||||
run: nix develop -c zig build -Dapp-runtime=none
|
run: nix develop -c zig build -Dapp-runtime=none
|
||||||
|
|
||||||
build-nix:
|
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
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@ -183,7 +183,7 @@ jobs:
|
|||||||
run: Get-Content -Path ".\build.log"
|
run: Get-Content -Path ".\build.log"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md
|
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Reference in New Issue
Block a user