Skip to content

Commit 714609c

Browse files
committed
(gha) Remove deprecated 20.04 as a github runner
Github removed the image 4/15/2025.
1 parent fa4572d commit 714609c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_testing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
strategy:
2424
matrix:
2525
os-details:
26-
- os: ubuntu-20.04
27-
codename: focal
2826
- os: ubuntu-22.04
2927
codename: jammy
28+
# - os: ubuntu-24.04
29+
# codename: noble
3030
# Perforce hasn't yet released bolt on 24.04.
3131
runs-on: ${{ matrix.os-details.os }}
3232
needs: shellcheck

0 commit comments

Comments
 (0)