mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
ci: nix job should use namespace
This commit is contained in:
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
@ -2,7 +2,7 @@ on: [push, pull_request]
|
|||||||
name: Nix
|
name: Nix
|
||||||
jobs:
|
jobs:
|
||||||
check-zig-cache-hash:
|
check-zig-cache-hash:
|
||||||
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm
|
runs-on: namespace-profile-ghostty-sm
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Reference in New Issue
Block a user