Skip to content

Commit 09be308

Browse files
committed
Switch the runner to ubuntu-20.04
1 parent 2057eb6 commit 09be308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
integration:
2121
name: 'integration - ${{matrix.name}}'
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-20.04
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -107,7 +107,7 @@ jobs:
107107
if: always()
108108
needs:
109109
- integration
110-
runs-on: ubuntu-latest
110+
runs-on: ubuntu-20.04
111111
steps:
112112
- name: Workflow conclusion
113113
# this step creates an environment variable WORKFLOW_CONCLUSION and is the most reliable way to check the status of previous jobs

0 commit comments

Comments
 (0)