Skip to content

Commit

Permalink
Rollback OS version to 20.04 for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
porthorian committed Dec 13, 2022
1 parent b255bf0 commit d0a2702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
Expand All @@ -27,7 +27,7 @@ jobs:
run: ls /etc/php && ls /usr/bin | grep php

tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: build
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
restore-keys: |
${{ runner.os }}-php-dist-
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: build
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d0a2702

Please sign in to comment.