diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test-perspective.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-perspective.yml b/.github/workflows/test-perspective.yml index 33e58f8..b86ae69 100644 --- a/.github/workflows/test-perspective.yml +++ b/.github/workflows/test-perspective.yml @@ -2,7 +2,7 @@ name: Perspective tests on: [push, pull_request] jobs: test-perspective: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: |
