Skip to content

Commit

Permalink
Workflows: Use valid runner image
Browse files Browse the repository at this point in the history
ubuntu-18.04 is no longer supported.
  • Loading branch information
GaryJones authored Jul 21, 2023
1 parent fd94f7d commit 3a6c395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
test:
name: WP ${{ matrix.wordpress }} on PHP ${{ matrix.php }}
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.allowed_failure }}

env:
Expand Down

0 comments on commit 3a6c395

Please sign in to comment.