Skip to content

Commit ebb9907

Browse files
committed
Switch ubuntu-20.04 to ubuntu-latest
The current version has been retired https://ubuntu.com/about/release-cycle Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 7b12165 commit ebb9907

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build-and-push:
1111
if: github.repository_owner == 'sclorg'
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
strategy:
1414
fail-fast: false
1515
matrix:

.github/workflows/container-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- created
55
jobs:
66
container-tests:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
name: "Container tests: ${{ matrix.version }} - ${{ matrix.os_test }}"
99
concurrency:
1010
group: container-${{ github.event.issue.number }}-${{ matrix.version }}-${{ matrix.os_test }}

0 commit comments

Comments
 (0)