Skip to content

Commit

Permalink
Merge pull request #157 from medizininformatik-initiative/renovate/ub…
Browse files Browse the repository at this point in the history
…untu-24.x

Update dependency ubuntu to v24
  • Loading branch information
alexanderkiel authored Nov 27, 2024
2 parents 307c27a + 53899c3 commit 88ffdf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Check out Git repository
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
run: mvn -B verify

deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
if: startsWith(github.ref, 'refs/tags/')

Expand Down

0 comments on commit 88ffdf9

Please sign in to comment.