From 34a2ec8ad90740a7a72a81cc6db7eeb03c73b1d0 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Fri, 13 Dec 2024 13:59:24 +0000 Subject: [PATCH] ci: build images on depot again (#15860) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index df1fb5c557..2a7f73d583 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -976,7 +976,7 @@ jobs: - changes - build-dylib if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork - runs-on: "ubuntu-22.04" + runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-22.04' }} permissions: packages: write # Needed to push images to ghcr.io env: