Skip to content

Commit ec3fc0a

Browse files
ci: update static ubuntu version to latest
Instead of using the deprecated ubuntu 20.04 version in CI use -latest tag. Signed-off-by: Jasper Berton <jasper.berton@team.blue>
1 parent 3249141 commit ec3fc0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
check:
1111
name: "Content check"
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- name: "Checkout repo"
1515
uses: actions/checkout@v4
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
build:
5151
name: "Build preview"
52-
runs-on: ubuntu-20.04
52+
runs-on: ubuntu-latest
5353
outputs:
5454
PR_ID: ${{steps.details.outputs.PR_ID}}
5555
PREVIEW_PATH: ${{steps.details.outputs.PREVIEW_PATH}}
@@ -120,7 +120,7 @@ jobs:
120120
run: docker run --rm --mount type=bind,source=$(pwd),target=/srv/site --entrypoint "/bin/bash" ovirt-site -c "bundle exec ruby htmlproofer_test.rb"
121121
publish:
122122
name: "Publish preview"
123-
runs-on: ubuntu-20.04
123+
runs-on: ubuntu-latest
124124
needs:
125125
- check
126126
- build

.github/workflows/remove-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
remove:
1212
name: "Remove preview build"
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
concurrency:
1515
group: ovirt-site-preview-build
1616
cancel-in-progress: false

0 commit comments

Comments
 (0)