Skip to content

Commit 516e20d

Browse files
committed
set ubuntu-20.04
1 parent 05794d8 commit 516e20d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dyn-matrices.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
integration-tests-confluence:
8686
name: Confluence
8787
needs: [prepare, run-tests]
88-
runs-on: ubuntu-latest
88+
runs-on: ubuntu-20.04
8989
strategy:
9090
matrix: ${{ fromJSON(needs.prepare.outputs.confluence-it-matrix) }}
9191
fail-fast: false
@@ -119,7 +119,7 @@ jobs:
119119
integration-tests-bitbucket:
120120
name: Bitbucket
121121
needs: [prepare, run-tests]
122-
runs-on: ubuntu-latest
122+
runs-on: ubuntu-20.04
123123
strategy:
124124
matrix: ${{ fromJSON(needs.prepare.outputs.bitbucket-it-matrix) }}
125125
fail-fast: false

0 commit comments

Comments
 (0)