We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db887f commit 8f433adCopy full SHA for 8f433ad
.github/workflows/push.yml
@@ -389,7 +389,7 @@ jobs:
389
390
integration:
391
needs: [unit, lint, latest-tag-sha]
392
- runs-on: ubuntu-22.04 # Can't switch to 24.04 because there is no mongodb-bi-linux-x86_64-ubuntu2404 released yet (as of Feb 2025)
+ runs-on: ubuntu-24.04
393
timeout-minutes: 60
394
if: (needs['latest-tag-sha'].outputs.sha != github.sha)
395
env:
0 commit comments