Skip to content

Commit 4b01636

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
workflows: use ubuntu-latest everywhere
Github has disabled ubuntu 20.04: `This is a scheduled Ubuntu 20.04 retirement.` Update to ubuntu latest to find out what jq issue the comment was referring to. Signed-off-by: John Mulligan <[email protected]>
1 parent 55a5a9b commit 4b01636

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/container-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,7 @@ jobs:
205205
needs:
206206
- build-ad-server
207207
- build-server
208-
# need to explicitly use 20.04 to avoid problems with jq...
209-
runs-on: ubuntu-20.04
208+
runs-on: ubuntu-latest
210209
env:
211210
BUILDAH_FORMAT: oci
212211
IMG_TAG: ${{ matrix.package_source }}-${{ matrix.os }}-${{ matrix.arch }}

0 commit comments

Comments
 (0)