aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorConstantine Vetoshev <vetoshev@gmail.com>2025-05-23 06:14:25 -0700
committerConstantine Vetoshev <vetoshev@gmail.com>2025-05-23 06:14:25 -0700
commitfefba5c9f4cc795a6f8517247ef7c6677202c01e (patch)
tree806254ba877e328dae603f789525a30cf2c5705f /.github
parent182bb1ce2e40f9f2ca77164a53570c91baba27f5 (diff)
Deal with Ubuntu 20.04 deprecation in CI.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-perspective.yml2
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: