Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e98c0e commit d35de45Copy full SHA for d35de45
.github/workflows/ci.yaml
@@ -976,7 +976,7 @@ jobs:
976
- changes
977
- build-dylib
978
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' }}
+ runs-on: "ubuntu-22.04"
980
permissions:
981
packages: write # Needed to push images to ghcr.io
982
env:
0 commit comments