Skip to content

Commit

Permalink
Update matrix.os.
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko committed Dec 13, 2022
1 parent da347a5 commit 3448a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
jobs:
test-php:
name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }} on ${{ matrix.os }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 20
if: ${{ github.repository == 'WordPress/gutenberg' || github.event_name == 'pull_request' }}
strategy:
Expand Down

0 comments on commit 3448a87

Please sign in to comment.