Skip to content

Commit

Permalink
Use Ubuntu Focal Fossa
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Feb 1, 2021
1 parent 4d1af9c commit a2ce13b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
main:
name: Build [PHP ${{ matrix.php-versions }}]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: "!contains(github.event.head_commit.message, '[ci skip]')"

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Create a release
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit a2ce13b

Please sign in to comment.