Skip to content

Commit

Permalink
Merge pull request #556 from dbmdz/ci-ubuntu-update
Browse files Browse the repository at this point in the history
CI: Update version of Ubuntu image
  • Loading branch information
stefan-it authored May 28, 2024
2 parents 34e7ae9 + 05d5a9b commit bc859cb
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 @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
java: [17]
Expand All @@ -35,7 +35,7 @@ jobs:
- 6379:6379
publish:
if: (github.event_name == 'push' && contains(github.ref, 'main')) || github.event_name == 'release'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: build
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit bc859cb

Please sign in to comment.