Skip to content

Commit

Permalink
Use static version for runner os
Browse files Browse the repository at this point in the history
  • Loading branch information
deguif committed Dec 2, 2020
1 parent 24cca8c commit cd07036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Continuous integration'
on: ['push', 'pull_request']
jobs:
cs:
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-20.04'
name: 'Coding style'
steps:
- name: 'Checkout'
Expand All @@ -23,7 +23,7 @@ jobs:
run: 'composer-normalize --diff --dry-run --indent-size=4 --indent-style=space --no-update-lock'

phpunit:
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-20.04'
name: 'PHPUnit (PHP ${{ matrix.php }}, ES ${{ matrix.elasticsearch }})'
timeout-minutes: 5
strategy:
Expand Down

0 comments on commit cd07036

Please sign in to comment.