Skip to content

Commit 3c809e8

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 b9ee8d3 commit 3c809e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build-and-push:
1010
if: github.repository_owner == 'sclorg'
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
fail-fast: false
1414
matrix:

.github/workflows/container-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
container-tests:
88
name: "Container-tests: ${{ matrix.version }} - ${{ matrix.os_test }}"
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
concurrency:
1111
group: container-${{ github.event.issue.number }}-${{ matrix.version }}-${{ matrix.os_test }}
1212
cancel-in-progress: true

0 commit comments

Comments
 (0)