Skip to content

Commit

Permalink
FRW-998 Change Ubuntu version to 20.04 for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-spryker committed Oct 31, 2023
1 parent fd217d6 commit a1efb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
validation:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: composer cs-check

prefer-lowest:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit a1efb2d

Please sign in to comment.