Skip to content

Commit

Permalink
chore: update github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Oct 14, 2023
1 parent 53bf705 commit bcb0aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
jobs:
tag:
name: New tag
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- uses: actions/checkout@master
- uses: actions/checkout@v3
- name: Build
run: |
make install_php_scoper
Expand Down

0 comments on commit bcb0aa6

Please sign in to comment.