Skip to content

Commit

Permalink
revert to ubuntu 22.04 as 24.04 is not released yet
Browse files Browse the repository at this point in the history
  • Loading branch information
secana committed Mar 29, 2024
1 parent c6c0551 commit 1b9fe86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
test-kellnr:
name: Kellnr Test x64
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand All @@ -34,7 +34,7 @@ jobs:
build-kellnr:
name: Kellnr Build
if: github.event_name == 'release'
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
strategy:
matrix:
target:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
deploy-kellnr:
name: Kellnr Deploy
if: github.event_name == 'release'
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
needs:
- test-kellnr
- build-kellnr
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
deploy-container:
name: Deploy Container Image X-Plat
if: github.event_name == 'release'
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
needs:
- deploy-kellnr
permissions:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:22.04

ARG ADMINPWD=admin
ENV INSTALLDIR=/opt
Expand Down

0 comments on commit 1b9fe86

Please sign in to comment.