remove sentry test for macOS, remove windows check

This commit is contained in:
Mitchell Hashimoto
2025-01-02 13:34:11 -08:00
parent cb8d30f938
commit 7a5ef3da2b
2 changed files with 5 additions and 29 deletions

View File

@@ -381,7 +381,7 @@ jobs:
fail-fast: false
matrix:
sentry: ["true", "false"]
name: Build -Dsentry=${{ matrix.sentry }} on Linux
name: Build -Dsentry=${{ matrix.sentry }}
runs-on: namespace-profile-ghostty-sm
needs: test
env:
@@ -411,31 +411,6 @@ jobs:
run: |
nix develop -c zig build -Dsentry=${{ matrix.sentry }}
test-sentry-macos:
strategy:
fail-fast: false
matrix:
sentry: ["true", "false"]
name: Build -Dsentry=${{ matrix.sentry }} on macOS
runs-on: namespace-profile-ghostty-macos
needs: test
steps:
- name: Checkout code
uses: actions/checkout@v4
# Install Nix and use that to run our tests so our environment matches exactly.
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v15
with:
name: ghostty
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Test Sentry Build
run: |
nix develop -c zig build -Dsentry=${{ matrix.sentry }}
test-macos:
runs-on: namespace-profile-ghostty-macos
needs: test