Skip to content

Commit 18386ad

Browse files
committed
fix integrations tests CI Run
1 parent 9eeff28 commit 18386ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ jobs:
389389
390390
integration:
391391
needs: [unit, lint, latest-tag-sha]
392-
runs-on: ubuntu-24.04
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)
393393
timeout-minutes: 60
394394
if: (needs['latest-tag-sha'].outputs.sha != github.sha)
395395
env:

0 commit comments

Comments
 (0)