Skip to content

Commit fb3d895

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 2002263 commit fb3d895

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
@@ -5,7 +5,7 @@ on:
55
jobs:
66
container-tests:
77
name: "Container tests: ${{ matrix.version }} - ${{ matrix.os_test }}"
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
concurrency:
1010
group: container-${{ github.event.issue.number }}-${{ matrix.version }}-${{ matrix.os_test }}
1111
cancel-in-progress: true

0 commit comments

Comments
 (0)