Skip to content

Commit bc49c74

Browse files
committed
Switch ubuntu-20.04 -> ubuntu-latest
ubuntu-20.04 was retired in May 2025 Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 1d0d261 commit bc49c74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
# This job only runs for '[test]' pull request comments by owner, member
1010
name: Container-tests by GitHub Action on Testing Farm service
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
fail-fast: false
1414
matrix:

.github/workflows/sanity-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
sanity:
99
# This job only runs for '[test]' pull request comments by owner, member
1010
name: Sanity tests
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
if: |
1313
github.event.issue.pull_request
1414
&& (contains(github.event.comment.body, '[test]') || contains(github.event.comment.body, '[test-all]'))

0 commit comments

Comments
 (0)