Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve-claude-lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ permissions: {}

jobs:
approve:
runs-on: ubuntu-latest
runs-on: depot-ubuntu-24.04
if: >-
(
(github.event.review.user.login == 'claude[bot]' && github.event.review.user.id == 209825114) ||
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test:
name: Test & typecheck
runs-on: ubuntu-latest
runs-on: depot-ubuntu-24.04
strategy:
matrix:
node-version: [20.x, 22.x, 24.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ permissions:
jobs:
cut:
name: Bump, verify, tag, push
runs-on: ubuntu-latest
runs-on: depot-ubuntu-24.04
steps:
# Dry runs never push, so they skip the 1Password/App-token steps and
# check out with the default read-only GITHUB_TOKEN.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:

jobs:
smoke:
runs-on: ubuntu-latest
runs-on: depot-ubuntu-24.04
timeout-minutes: 10
permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
release:
name: Publish to npm + GitHub Release
needs: checks
runs-on: ubuntu-latest
runs-on: depot-ubuntu-24.04
permissions:
contents: write
id-token: write
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
update-homebrew:
name: Bump Homebrew formula
needs: release
runs-on: ubuntu-latest
runs-on: depot-ubuntu-24.04
steps:
- name: Check for tap token
id: gate
Expand Down
Loading