diff options
| author | Constantine Vetoshev <vetoshev@gmail.com> | 2025-05-23 06:14:25 -0700 |
|---|---|---|
| committer | Constantine Vetoshev <vetoshev@gmail.com> | 2025-05-23 06:14:25 -0700 |
| commit | fefba5c9f4cc795a6f8517247ef7c6677202c01e (patch) | |
| tree | 806254ba877e328dae603f789525a30cf2c5705f | |
| parent | 182bb1ce2e40f9f2ca77164a53570c91baba27f5 (diff) | |
Deal with Ubuntu 20.04 deprecation in CI.
| -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: |
