diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 56e2a8ae8..ef174b060 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -10,7 +10,7 @@ name: Release Tip jobs: tag: - runs-on: ubuntu-latest + runs-on: namespace-profile-ghostty-sm needs: [build-macos] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df8c96cf3..8f27ff04d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md"] + os: ["namespace-profile-ghostty-md"] 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: namespace-profile-ghostty-md 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: namespace-profile-ghostty-md 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: namespace-profile-ghostty-md steps: - name: Checkout code uses: actions/checkout@v4 @@ -210,7 +210,7 @@ jobs: run: nix develop -c zig build -Dstatic=false prettier: - runs-on: namespace-profile-default + runs-on: namespace-profile-ghostty-sm steps: - uses: actions/checkout@v4 # Check out repo so we can lint it - uses: cachix/install-nix-action@v24 @@ -224,7 +224,7 @@ jobs: run: nix develop -c prettier --check . alejandra: - runs-on: namespace-profile-default + runs-on: namespace-profile-ghostty-sm steps: - uses: actions/checkout@v4 # Check out repo so we can lint it - uses: cachix/install-nix-action@v24