Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d35de45

Browse files
authored
ci: try building images on GitHub-hosted runner again (#15854)
1 parent 0e98c0e commit d35de45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ jobs:
976976
- changes
977977
- build-dylib
978978
if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
979-
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
979+
runs-on: "ubuntu-22.04"
980980
permissions:
981981
packages: write # Needed to push images to ghcr.io
982982
env:

0 commit comments

Comments
 (0)