ci: try building images on GitHub-hosted runner again (#15854)

This commit is contained in:
Cian Johnston
2024-12-12 23:33:22 +00:00
committed by GitHub
parent 0e98c0e456
commit d35de45d94
+1 -1
View File
@@ -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: