From f52a87aad4b76724c3ed7caf98f5e495a1516748 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 12 Dec 2024 23:16:44 +0000 Subject: [PATCH] ci: attempt building images on github hosted runner again --- .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 d0cc85b7052ae..df1fb5c557e61 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: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }} + runs-on: "ubuntu-22.04" permissions: packages: write # Needed to push images to ghcr.io env: