Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Oct 2, 2024
1 parent b21805d commit ddd5a92
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 @@ -39,7 +39,7 @@ jobs:
needs: checkout
runs-on: ubuntu-latest
container:
image: morpheus99/corretto-gradle
image: gradle:8.10-jdk17
options: --user root
volumes:
- ${{ github.workspace }}:/simona:rw
Expand All @@ -60,7 +60,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
container:
image: morpheus99/corretto-gradle
image: gradle:8.10-jdk17
options: --user root
volumes:
- ${{ github.workspace }}:/simona:rw
Expand Down

0 comments on commit ddd5a92

Please sign in to comment.